I was wondering if there was a way of using the Cell function rather than Range with MATLAB's ActiveX commands? Perhaps someone has a solution to my problem. I have many lists of data and all of varying sizes, for example:
List 1 has 10
List 2 has 13
List 3 has 3
...
I would like to take that data and export it to a new sheet in Excel from MATLAB. I can do it with the Range function but this is way too long. If I had the Cell function I would be able to look up the length of List x
and tell it to loop over the length of the list and move down one cell.
If anyone has another solution I would appreciate the answer.
Thanks in advance