Any help with the syntax of this function, I keep getting errors?

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 8 月 10 日
t = linspace(20,100);
N = 220 ./ (1 + 10 * (0.83 .^ (t)));
plot(t, N)

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

質問済み:

2021 年 8 月 10 日

回答済み:

2021 年 8 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by