Does pcshow function is supported in app designer?
9 views (last 30 days)
Show older comments
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 Comment
Ganesh Regoti
on 30 Jan 2020
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
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!