Clear Filters
Clear Filters

'Value' must be a double scalar.

3 views (last 30 days)
Alvaro Mª Zumalacarregui Delgado
Commented: Rik on 25 Feb 2021
% 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 Comment
Rik
Rik on 25 Feb 2021
What does this return?
disp(class(app.tasaX.Value)),disp(app.tasaX.Value)

Sign in to comment.

Answers (0)

Categories

Find more on Graphics Object Programming 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!