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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -