필터 지우기
필터 지우기

exponential form from the graphs

조회 수: 1 (최근 30일)
mattvanviore
mattvanviore 2022년 2월 15일
답변: Simon Chan 2022년 2월 15일
how can I remove the exponential form from the graphs?

답변 (1개)

Simon Chan
Simon Chan 2022년 2월 15일
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');

카테고리

Help CenterFile Exchange에서 Directed Graphs에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by