operations research mathematical formulation

Please help me solve the error.

2 件のコメント

Steven Lord
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
KSSV 2020 年 9 月 16 日
The call of the function meshgrid is not correct. You read the doc.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 9 月 16 日

0 投票

[r, n] = meshgrid(0:1, 0:3000:60000);

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2020 年 9 月 16 日

回答済み:

2020 年 9 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by