Help with showing exponential power as Y-axis label

ylabel('Y(X)=e^0.25X');
This is the coding... but what came out on the result it only the "0" being powered, whereas ".25x" came out normal

답변 (1개)

claudio
claudio 2020년 6월 2일

0 개 추천

Try this...
ylabel('Y(X)=e^{0.25X}')

이 질문은 마감되었습니다.

제품

릴리스

R2020a

태그

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by