I am new to MATLAB and I currently have a script that generates different values for a variable n every seconds. So I end up with 100s of data that needs to be transferred to excel. Currently, I do this manually by copying pasting each but it does take really long.
I thought about using xlswrite command but that just writes data on the first column and keeps overwriting that column as new data is generated.
Would you be able to help me or lead me to easier way with this?