Does pcshow function is supported in app designer?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hey
I'd like to know how to use the pcshow function in app desginer.
I tried to pass the uiaxis as a 'Parent' argument and it didn't work. example would be highy appriciated.
댓글 수: 1
Ganesh Regoti
2020년 1월 30일
Hi,
What error did it throw? If the error is something like
No appropriate method, property, or field 'Renderer' for class 'matlab.ui.container.Panel'.
Error in pcshow (line 106) if strcmpi(hFigure.Renderer, 'painters')
Then refer the following link
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!