logarithmic equation with ln
이전 댓글 표시
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!
채택된 답변
추가 답변 (1개)
Tien
2024년 3월 29일
0 개 추천
b = 0.174 * log( 59.6 * rf ./rs )
카테고리
도움말 센터 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!