Simscape言語での loadlibrary および calllib の使用
Show older comments
Simscapeでモデルを作成しています。
Simscape言語 (.ssc) でカスタムブロックを作成する際に loadlibrary および calllib を使用することは可能ですか?
C共有ライブラリの関数をSimscapeで使用したいです。
使用可能であれば、動作するサンプルがほしいです。
Answers (1)
Yoko
on 5 Jun 2019
0 votes
おそらく、equation にて loadlibrary を利用されようとしているかと想像していますが、equation 内で利用できる関数は限られており、loadlibrary や calllib は使用できません。
使える関数の情報は、下記ドキュメントページをご参照下さい。
Categories
Find more on トラブルシューティング in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!