Info

此问题已关闭。 请重新打开它进行编辑或回答。

Need help in varying input and using conditional statement in code

1 次查看(过去 30 天)
Hi, I have been running my code with different initial values for many runs but it is very rigorous work to find the optimum set of values.I want to check my code for varying input parameters/- Q(varying monthly),N(1),P(1),TIC(1). Also, I want to put a conditional statement for N/P and C/N in the code to change the formula as per scenario. Can you guide me in right direction?
  1 个评论
per isakson
per isakson 2015-11-4
编辑:per isakson 2015-11-4
Please comment on:
  • t is passed as input argument in all six anonymous functions. However, t isn't used in any of them.
  • P and TIC are used in the anonymous function named X. However, they are not passed as input argument. Thus, the values of P and TIC at the time of the creation of the functions will be used. Is that by intent?
  • N and TIC are used in the anonymous function named Y. However, they are not passed as input argument. Thus, the values of N and TIC at the time of the creation of the functions will be used. Is that by intent?

回答(0 个)

此问题已关闭。

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by