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!