matlab提示“Vectors must be the same lengths.”是什么意思

2024-12-23 11:25:45
推荐回答(1个)
回答1:

这个很好改了,出错原因就是你P和T长度不一样,那么你可以改P:

T=[1714,2128,2558,..];P=0:1:length(T)-1;plot(P,T,r*');