Errors trying to save data to an excel file
Ältere Kommentare anzeigen
Hi There i am trying to save the data into an excel file, the code i am using is as follows and the error message is as follows.
filename = ('C:/Users/user/Desktop/test1.xlsx'); A = {'Mean','Max','Min','Std','Median';average;maximum;minimum;stde;med}; Error using vertcat Dimensions of matrices being concatenated are not consistent.
Could you please tell me what I am doing wrong here?
Akzeptierte Antwort
Weitere Antworten (0)
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!