필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
  댓글 수: 2
Simon Chan
Simon Chan 2021년 12월 26일
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).

댓글을 달려면 로그인하십시오.

채택된 답변

yanqi liu
yanqi liu 2021년 12월 27일
app.RSquareEditField.Value = norm([y1-y]);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by