3D plot x-axis linspace array
Ältere Kommentare anzeigen
Hi, does anyone knows how to plot make the x-axis of the 3D plot spaced out evenly for an array? Thank you
Antworten (1)
madhan ravi
am 5 Jan. 2019
n=1000; % n number of points
x=linspace(min(x),max(x),n)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!