フィルターのクリア

A problem with exponant

1 回表示 (過去 30 日間)
abc abc
abc abc 2017 年 11 月 6 日
編集済み: Stephen23 2017 年 11 月 6 日
Hello everybody, I have a really simple question, I tried to put this with Matlab : 1e-2.3 And Matlab told me "Error: Unexpected MATLAB expression". So how can I do to solve this problem ?
Thank you really much !

回答 (1 件)

M
M 2017 年 11 月 6 日
Replace
e-2.3
with
10^(2.3)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by