Applying a Formula to Sheets in an Excel File
Info
This question is closed. Reopen it to edit or answer.
Show older comments
%I have data stored on separate sheets in a excel file. I want to run a program I created (clean(A)) and then multiply that answer by a matrix S for each sheet.
%Instead of individually importing each sheet and manually typing
clean(data);
S*ans;
%Is there a way to have matlab do this for the whole file? %Any help would be appreciated and thanks in advance!
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!