필터 지우기
필터 지우기

3D plot x-axis linspace array

조회 수: 6 (최근 30일)
LIM JIAXIN
LIM JIAXIN 2019년 1월 5일
답변: madhan ravi 2019년 1월 5일
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
madhan ravi 2019년 1월 5일
n=1000; % n number of points
x=linspace(min(x),max(x),n)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by