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

2 次查看(过去 30 天)
X=
when, T=(0-3000),
Plot(x,t)

采纳的回答

Thiago Henrique Gomes Lobato
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 CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by