Changing an EditField Value in app designer twice

6 views (last 30 days)
Hi All
I plot a diagram using a push button and to give its axis values as user input, I use EditField to input the axis limit values. it works fine the first time I press the push button and it uses the edit field value, and opens up a figure for the plot and I have the diagram before saving. if I change the edit field value while the figure is open, and press the push button again, I bugs me with an error message :
Unrecognized property 'editfieldValue' for class 'mlappfilename'.
if I use the Matlab app designer , it continues to function and works still with this error message, but I am not sure if it will work after compiling. I am wondering why am I getting this error in the first place
  1 Comment
Cris LaPierre
Cris LaPierre on 7 Dec 2020
I would have to see what your code for the pushbutton is. Can you copy/paste it?

Sign in to comment.

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!