Help with showing exponential power as Y-axis label
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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
Answers (1)
claudio
on 2 Jun 2020
0 votes
Try this...
ylabel('Y(X)=e^{0.25X}')
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!