Applying a Formula to Sheets in an Excel File

%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.

Asked:

on 27 Jan 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!