フィルターのクリア

'Value' must be a double scalar.

3 ビュー (過去 30 日間)
Alvaro Mª Zumalacarregui Delgado
Alvaro Mª Zumalacarregui Delgado 2021 年 2 月 25 日
コメント済み: Rik 2021 年 2 月 25 日
% the program send me that message when I run the interface
value = app.tasaX.Value; % this is a list box with nouns which have an associeted number
app.a.Value = value; %this is the editfield numeric where I can't see the number of the listbox and send me that message 'Value' must be a double scalar.
  1 件のコメント
Rik
Rik 2021 年 2 月 25 日
What does this return?
disp(class(app.tasaX.Value)),disp(app.tasaX.Value)

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by