フィルターのクリア

How to calculte and plot this equation in matlab ,when T=(0-3000k)

1 回表示 (過去 30 日間)
X=
when, T=(0-3000),
Plot(x,t)
  1 件のコメント
Adam Danz
Adam Danz 2020 年 1 月 5 日
If you show us what you've got already, we can help with the problematic areas.

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

採用された回答

Thiago Henrique Gomes Lobato
Thiago Henrique Gomes Lobato 2020 年 1 月 5 日
T = 0:3000;
X = @(T) 6.626e-34./sqrt(2*pi*9.11e-31*1.38e-23*T);
figure,plot(X(T),T)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by