矩阵怎么计算。

2 visualizaciones (últimos 30 días)
N/A
N/A el 15 de Nov. de 2022
Respondida: 埃博拉酱 el 23 de Nov. de 2024 a las 1:13
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)
这里有矩阵的计算,代码应该怎么改,谢谢

Respuestas (1)

埃博拉酱
埃博拉酱 el 23 de Nov. de 2024 a las 1:13
把^改成.^

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!