Hi everyone. I had problem to display my value into "edit field"

1 view (last 30 days)
  2 Comments
Simon Chan
Simon Chan on 26 Dec 2021
The output from function polyfit in your case has two values, so you may display the values in separate fields with variables p(1) and p(2).

Sign in to comment.

Accepted Answer

yanqi liu
yanqi liu on 27 Dec 2021
app.RSquareEditField.Value = norm([y1-y]);

More Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!