Run a code for several values

4 次查看(过去 30 天)
Hello Friends,
Is there any way to run the program with multiple variable inputs and get the multiple corresponding data outputs and save them to Excel.
Example:
(I declare Rows and Columns variable in begining of the program)
Rows=100;
Columns=100;
(When code is run obtain outputs of Price and Energy)
Price=X1
Energy=Y1
I need some way to change the values of Rows and Columns bt 50 Increments (100,150,200,250,300,350......) to obtain the corresponding values of Price and Energy(X1,X2,X3,X4......;Y1,Y2,Y3,Y4........)
I want these to be automatically changing,not manually entering the 50 increment values.

回答(1 个)

Stephan
Stephan 2019-8-20
Sounds like you might be interested in vectorization.
  1 个评论
venkat siddhartha rama
Hey Stephan,
Vectorization sounds like a solution to deal with in the program for variables. In my case, the declared variables(Rows,Columns) have several complex calculations to find out Price and Energy. I want to create a function I guess to run the program with several Input variables and save the corresponding Output variables without ignoring them.
I am not sure If I have explained clearly or not..Please feel free to respond..

请先登录,再进行评论。

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by