Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Help with showing exponential power as Y-axis label

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

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

Questa domanda è chiusa.

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by