필터 지우기
필터 지우기

logarithmic equation with ln

조회 수: 51 (최근 30일)
Panagiota Chatzi
Panagiota Chatzi 2019년 5월 17일
답변: Tien 2024년 3월 29일
Hello ,
How can i write this in matlab? I tried to read the documentation but it confuses me more. My variable b is equal to 0.174 ln(59.6 rf /rs). Any ideas?
Thank you!

채택된 답변

madhan ravi
madhan ravi 2019년 5월 17일
b = 0.174 * log( 59.6 * rf ./rs )

추가 답변 (1개)

Tien
Tien 2024년 3월 29일
b = 0.174 * log( 59.6 * rf ./rs )

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by