simOut.getを使用したときのerror
1 view (last 30 days)
Show older comments
simulinkからシミュレーションデータをだすときにsimOut.getを使用したら下記のようなエラーが出ました
この型の変数ではドット インデックスはサポートされていません。
エラー: gatry_0106_2 (line 33)
l_eq=simOut.get('l_eq');
l_eqはsimulink内のscopeから出力したデータです
今までは普通に使用できていたのに、デバックを直前に入れて試したあとはずっとここでエラーが出ます
原因を教えて下さい
1 Comment
Answers (0)
See Also
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!