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 ExchangeData 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