Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Help with showing exponential power as Y-axis label

1 visualización (últimos 30 días)
Nazarudin Iqzuan Marzulino
Nazarudin Iqzuan Marzulino el 2 de Jun. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by