Filling an excel spreadsheet as I am calculating values simultaneously?

21 views (last 30 days)
I need help finding a way to fill up an excel sheet from calculation gradually as my function continues producing values from different loops. Is that possible?
  6 Comments
Lazaro Gonzalez
Lazaro Gonzalez on 10 Dec 2019
Yes, I do, sorry I didn't paste my code for those columns
writematrix(FL2(:,1),'DataM.xls','Range','A3');
writematrix(FL3(:,1),'DataM.xls','Range','B3');
writematrix(FL4(:,1),'DataM.xls','Range','C3');

Sign in to comment.

Answers (1)

Roshni Garnayak
Roshni Garnayak on 13 Dec 2019
You can refer to the following link for writing data to Excel Spreadsheets:https://www.mathworks.com/help/matlab/import_export/exporting-to-excel-spreadsheets.html

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!