3D plot x-axis linspace array
显示 更早的评论
Hi, does anyone knows how to plot make the x-axis of the 3D plot spaced out evenly for an array? Thank you
回答(1 个)
madhan ravi
2019-1-5
n=1000; % n number of points
x=linspace(min(x),max(x),n)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!