这matlab语句哪里错了?>> t=1:0.01:4;>> y=25*t^2-120*t+144;? Error using ==> mpowerMatrix must be square.
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/28 03:22:55
x){fnbINbҋk/}:ySf>fogPbkheg`heb
UjhhX+)g+)䗧&eV(($*&$ ^R\ ;]S^_lzqzZ%z &$ف &2-
这matlab语句哪里错了?>> t=1:0.01:4;>> y=25*t^2-120*t+144;? Error using ==> mpowerMatrix must be square.
这matlab语句哪里错了?
>> t=1:0.01:4;
>> y=25*t^2-120*t+144;
? Error using ==> mpower
Matrix must be square.
这matlab语句哪里错了?>> t=1:0.01:4;>> y=25*t^2-120*t+144;? Error using ==> mpowerMatrix must be square.
应该是y=25.*t.^2-120.*t+144