How to code "e" by itself in equation e-1?

조회 수: 3 (최근 30일)
Kristine
Kristine 2022년 7월 24일
답변: Steven Lord 2022년 7월 24일
How do I code for an equation just using e-1?
  댓글 수: 1
Torsten
Torsten 2022년 7월 24일
편집: Torsten 2022년 7월 24일
e is coded as exp(1)

댓글을 달려면 로그인하십시오.

채택된 답변

Matt J
Matt J 2022년 7월 24일
편집: Matt J 2022년 7월 24일

추가 답변 (1개)

Steven Lord
Steven Lord 2022년 7월 24일
@Torsten and @Matt J are correct to suggest the exp function, but if the quantity x/a can be very small you might also want to look at the expm1 function.

카테고리

Help CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by