how to generate vector [0:0.01:1] using linspace command
显示 更早的评论
回答(2 个)
hello John
first u have to know the number of points between 0 and 1,only then u can use this command...
A=linspace(0,1,101);
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!