how to use XLSWRITE function in the forloop?
Ältere Kommentare anzeigen
how to use xlswrite function in the for loop ,allowing for loop to write data into excel sheet in every iteration of the for loop.
syntax of xlswrite for specifying the range is given as follows,but how to specify the row range ,(if using for loop)
xlswrite(filename, M, 'range')
writes matrix M to a rectangular region specified by range in the first worksheet of the file filename. Specify range using one of the following quoted string formats:A cell designation, such as 'D2', to indicate the upper left corner of the region to receive the matrix data.Two cell designations separated by a colon, such as 'D2:H4', to indicate two opposing corners of the region to receive the matrix data.
The range 'D2:H4' represents the 3-by-5 rectangular region between the two corners D2 and H4 on the worksheet.
1 Kommentar
hp
am 11 Jun. 2017
Bearbeitet: Walter Roberson
am 11 Jun. 2017
Antworten (1)
Walter Roberson
am 10 Jun. 2017
0 Stimmen
You can use dec2base27() from the File Exchange to convert numeric columns into Excel column letter notation.
1 Kommentar
hp
am 10 Jun. 2017
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!