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일

1 개 추천

b = 0.174 * log( 59.6 * rf ./rs )

추가 답변 (1개)

Tien
Tien 2024년 3월 29일

0 개 추천

b = 0.174 * log( 59.6 * rf ./rs )

카테고리

도움말 센터File Exchange에서 Data Logging에 대해 자세히 알아보기

제품

태그

질문:

2019년 5월 17일

답변:

2024년 3월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by