필터 지우기
필터 지우기

How to label X axis in the form of characters?

조회 수: 2 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012년 3월 28일
댓글: Jan 2021년 9월 6일
Hi,
How to label X axis in the form of characters.
Regards,
siva
  댓글 수: 2
Abdul Hannan
Abdul Hannan 2021년 9월 6일
how are you how cant find simulink obsticle Enviroment
Abdul Hannan
Abdul Hannan 2021년 9월 6일
i have download matlab

댓글을 달려면 로그인하십시오.

채택된 답변

Richard
Richard 2012년 3월 28일
set(gca,'XTickLabel',{'data point 1','data point 2'});
where data point 1 and data point 2 will become the name of that particular xlabel. You need to have the number of strings to be equal to the number of points.
  댓글 수: 2
Abdul Hannan
Abdul Hannan 2021년 9월 6일
sorry i didnot get ur answer rechird
Jan
Jan 2021년 9월 6일
[Moved from section for Asnwers]
Hi
Thanks for your help.
Regards, Siva siva@sdatech.in

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by