矩阵怎么计算。

7 次查看(过去 30 天)
N/A
N/A 2022-11-15
回答: 埃博拉酱 2024-11-23
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
把^改成.^

类别

Help CenterFile Exchange 中查找有关 Signal Processing Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!