Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How do I display my output in the edit field in AppDesigner?

1 view (last 30 days)
How do I display my output in the edit field in AppDesigner?

Answers (1)

Sean de Wolski
Sean de Wolski on 30 May 2018
Put a break point on the line you expect to set and see if: that line gets hit, and if the variables are what you expect. Breakpoints are added by clicking on the - on the left side of the code line.
  1 Comment
Tai Jia Xun
Tai Jia Xun on 31 May 2018
Hi! thanks for the help but it doesn't solve the problem. However, I already get the solution to fix it, I assigned the wrong value to my output. After i change it, it works!

This question is closed.

Community Treasure Hunt

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

Start Hunting!