t=[0:100:40000];
h=669/sqrt(2*pi*0.26399*0.26399*t^3);
g=-(669-0.0173397*t)^2;
j=2*0.26399*0.26399*t;
k=g/j;
f=h*exp(k);
plot(t,f)
这里有矩阵的计算,代码应该怎么改,谢谢

답변 (1개)

埃博拉酱
埃博拉酱 2024년 11월 23일

0 개 추천

把^改成.^

카테고리

도움말 센터File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

태그

질문:

N/A
2022년 11월 15일

답변:

2024년 11월 23일

Community Treasure Hunt

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

Start Hunting!