필터 지우기
필터 지우기

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 CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by