필터 지우기
필터 지우기

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 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