How can I write the equation for draw x-axis ?
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to write the equation to write the equation of x- axis without use built in funcction (i.e.dtenum and datetime)? to reach to this figure .

댓글 수: 1
dpb
2020년 8월 6일
Why? TMW/MATLAB gives you tools for the job, why not use them?
Otherwise, just ticks and ticklabels are your recourse.
답변 (1개)
Monisha Nalluru
2020년 8월 13일
xlabel function can be used for the requirement
You can use something like this
xlabel({'Physical=sin(2\pit/23)','Emotional= sin(2\pit/28','Intellectual=sin(2\pit/33)'})
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!