Importing data columns of unknown and varying length into matlab from excel
In MATLAB I am using ActiveX to import many columns of data from an excel
file. Each column is of a different and unknown length. Therefore I do not
know what cell range to put.
Range = get(hSheet5, 'Range', '??:??');
Is there a way for matlab to detect the length of the column so that I can
then know what cell range to put when importing it?
No comments:
Post a Comment