MATLAB Contour3 plot to 3D PDF
조회 수: 7 (최근 30일)
이전 댓글 표시
I am trying to save my contour3 plot as a 3D PDF that I can open in Adobe Acrobat.
My code is:
% Create 3D Contour plot
figure
MESH1 = mesh(X, Y, zDep);
hold on
c1= contour3(X, Y, zDep, 20, 'k', 'LineWidth',2);
I have tried using the fig2u3d function ( https://www.mathworks.com/matlabcentral/fileexchange/37640-export-figure-to-3d-interactive-pdf ) with no success.
Thanks
댓글 수: 0
답변 (1개)
Harsh Sanghai
2022년 11월 23일
Hello William,
According to my understanding you are using FIG2U3D function and are still not able to convert it in 3D pdf.
I got a YouTube tutorial for the same: (884) Cómo convertir plots 3D de Matlab a pdf - YouTube
If this doesn't work try using a slightly newer repository from here: GitHub - DmytroSytnyk/fig2u3d: Export MATLAB figure as U3D file or directly to 3D interactive PDF
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!