Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
X=
when, T=(0-3000),
Plot(x,t)
  1 commentaire
Adam Danz
Adam Danz le 5 Jan 2020
If you show us what you've got already, we can help with the problematic areas.

Connectez-vous pour commenter.

Réponse acceptée

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)

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by