Unrecognized function or variable 't'.
显示 更早的评论
回答(1 个)
Star Strider
2022-7-5
0 个投票
Just befor the ‘u’ assignment, insert these assignments:
tmax = 10; % Maximum Time
tnum = 150; % Number Of Elements in ‘t’
t = linspace(0, tmax, tnum);
The rest of the code should then work (although I cannot test it because it is difficult to read the image).
.
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
