引数x,yからなる2次元マップから値を返す関数を作成したい
7 views (last 30 days)
Show older comments
引数x,yからなる2次元マップから補間処理をした結果を返す関数を作成したいと考えてます。
Simlinkを利用したほうが図解できると思いますのでSimlinkで教えて頂けたらと思います。
またMatlabのこの関数を使えば可能という情報もありましたらご教授よろしくお願いします。
0 Comments
Answers (2)
Toshinobu Shintai
on 18 Nov 2022
2 Comments
Toshinobu Shintai
on 21 Nov 2022
「2-D Lookup Table」ブロックを含むモデルはANSI C準拠したC/C++コードを生成できます。そのC/C++コードをVisualBasicに変換することは、手書きのCコードを変換する場合と同じ手順、制約になるかと思います。
C/C++コードをVisualBasicに変換することについては、MATLABの範囲外となりますので、外部サイトを参考にしてていただけますでしょうか。
See Also
Categories
Find more on Signal Integrity Kits for Industry Standards 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!