automation - Matlab, Automatic Function Start -


i have function 3 inputs. change inputs , record outcomes. so, if have inputs in excel, can automize things? have? function of matlab, (lets say) 1000 different input function want? want function work every input , record excel outputs without user intervention.

do have idea how can that?

regards,

you can using xlsread , xlswrite. write script to:

  1. load inputs excel file using xlsread
  2. loop through inputs, calling function each set of inputs , storing result in array
  3. write results output file using xlswrite

Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

c# - MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(3243,9): error MSB4094 -