Undefined function 'times' for input arguments of type 'matlab.ui​.control.N​umericEdit​Field'.

15 次查看(过去 30 天)
I am new here I always get these type of UI errors no matter what I do.
I can't seem to do even simple calculations through app. I followed some Youtube tutorials line by line exactly the same for practice, it runs for them but I still get these 'matlab.ui.control.NumericEditField' errors always.
Below given are the simple coding example:
Mass =app.MassKgEditField.Value;
Acc= app.Accms2EditField;
Force = Mass.*Acc;
app.ForceEditField.Value = Force;

采纳的回答

Steven Lord
Steven Lord 2021-11-1
As I answered on your other post, you cannot perform arithmetic on an object handle. You will need to perform arithmetic on the Value property of that handle.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by