Info

This question is closed. Reopen it to edit or answer.

Applying a Formula to Sheets in an Excel File

1 view (last 30 days)
Caleb
Caleb on 27 Jan 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
%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)

Community Treasure Hunt

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

Start Hunting!