Simscape component, can not use coth()

Hello,
I am trying to implement the Jiles-Atherton-Model by using simscape custom components. The problem is that I can not use coth() in the .ssc file? Is this not possible or is there any trick to use it?
Kind regards,
Lukas

 採用された回答

David John
David John 2021 年 8 月 3 日

0 投票

I don't think that coth() is supported, but tanh() is, so you can use coth(x)=1/tanh(x) if that can work for you.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeComposite Components についてさらに検索

質問済み:

2021 年 4 月 29 日

回答済み:

2021 年 8 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by