App Designerで演算子を使用すると未定義となるのはなぜですか
2 views (last 30 days)
Show older comments
タイトルの通りです。
App Designerのコールバック関数で/や*などを使用しようとするとエラーが出ます。
下記は/を使用した場合のエラーメッセージです。
「関数'mrdivide'(タイプ'cell'の入力引数)が未定義です」
cell配列を使用しておらず、またエラー箇所が下記の単純な記述のため原因がわかりません。
dy = dy / 1000;
ご存知の方は解決方法をご教授頂けると幸いです。
使用ソフト:MATLAB 2019b
0 Comments
Answers (1)
michio
on 7 Feb 2020
まず、コールバック関数内の該当箇所にブレークポイントを設定してアプリを実行し、その時の dy のデータ型を確認してみて頂けますでしょうか。
0 Comments
See Also
Categories
Find more on App Designer を使用したアプリ開発 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!