Info

此问题已关闭。 请重新打开它进行编辑或回答。

Help with showing exponential power as Y-axis label

1 次查看(过去 30 天)
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
Try this...
ylabel('Y(X)=e^{0.25X}')

此问题已关闭。

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by