Visualizing figure in app designer
이전 댓글 표시
Hi I have a function in callback of app designer that returns few figures. How do i plot them in UIAxes. I know that it is possible to use plot(app.UIAxes, x, y) but I havent got access to x and y coordinates of this figure.
Thank you for all your help
댓글 수: 6
Walter Roberson
2023년 9월 15일
What do you have access to?
Adam Danz
2023년 9월 15일
How are the figures generated within the callback?
Michal
2023년 9월 15일
Michal
2023년 9월 15일
Adam Danz
2023년 9월 15일
> plot(ax2,XYVAL(:,1),XYVAL(:,2));
Those are the x and y coordinates. Why don't you have access to them?
Michal
2023년 9월 15일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!