operations research mathematical formulation
이전 댓글 표시
Please help me solve the error.

댓글 수: 2
Steven Lord
2020년 9월 16일
What do you intend for that line to do? What do you want r and n to be after that line finishes its execution? Please explain with words not code if possible.
There are a couple potential ways that line could be corrected and knowing the intent will help determine which correction is the right one.
KSSV
2020년 9월 16일
The call of the function meshgrid is not correct. You read the doc.
답변 (1개)
Walter Roberson
2020년 9월 16일
[r, n] = meshgrid(0:1, 0:3000:60000);
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!