- 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?
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
2015년 11월 4일
편집: per isakson
2015년 11월 4일
Please comment on:
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!