Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Help with showing exponential power as Y-axis label

2 Ansichten (letzte 30 Tage)
Nazarudin Iqzuan Marzulino
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (1)

claudio
claudio am 2 Jun. 2020
Try this...
ylabel('Y(X)=e^{0.25X}')

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by