Using a script with different inputs from a table

1 次查看(过去 30 天)
I have a script which has an input x. I have a table n with various numbers. I want the script to be executed in such a way that the numbers from table n are used in each instance. For example, n= 3,74,53,8,53
Then run the script once with x=3, after displaying the results run the script again but with x= 74... And so on. Has anyone got an idea how I can process this automatically?
Thanks
  1 个评论
Adam
Adam 2015-6-30
You should use a function instead of a script. Then you can pass arguments into it and run it multiple times if needed. Or have the function run on a table/vector of inputs itself so that it produces multiple answers rather than calling it multiple times.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by