- Set the NextPlot property on the UIAxes to 'replace' before calling earth_sphere (app.UIAxes5 = 'replace').
- Call view(app.UIAxes5,3) after calling earth_sphere.
How can I plot earth_sphere(varargin) correctly in an Matlab app tab
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I plot earth_sphere(varargin) in an Matlab app tab. I dont know how to include it to my Code. I tried to access an UIAxes (UIAxes5) Object i created bevor on that tab, but it changes also my UIAxes4 and the plot in UIAxes5 is just 2D.
methods (Access = private)
function results = func(app)
earth_sphere(app.UIAxes5);
end
end

댓글 수: 0
답변 (1개)
Benjamin Kraus
2021년 11월 17일
Two things you can try:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Map Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!