'Value' must be a double scalar.
Mostrar comentarios más antiguos
% 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 comentario
Rik
el 25 de Feb. de 2021
What does this return?
disp(class(app.tasaX.Value)),disp(app.tasaX.Value)
Respuestas (0)
Categorías
Más información sobre Argument Definitions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!