Is there a way to export/save a matlab 3D figure so that a 3rd party can view it with the rotation enabled without using Matlab?
61 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to export/save a matlab 3D figure so that a 3rd party can view it with the rotation enabled without using Matlab?
2 件のコメント
dpb
2019 年 7 月 26 日
As a figure, probably not...it's proprietary format and the interface is all built into the MATLAB window functionality.
Best I can think of would be to export the data to create the figure in some form the user can do...
There are some Toolboxen for compiled apps for distribution and some runtime components available...if this is a real need, probably ought to check with TMW Sales Support and see if they have solution.
jahanzaib ahmad
2019 年 7 月 26 日
3D pdf .or once i converted the 3D to autocad using https://uk.mathworks.com/matlabcentral/fileexchange/33884-dxflib
回答 (2 件)
Maadhav Akula
2019 年 7 月 29 日
You can use the Application Compiler in MATLAB to build a standalone application, which ensures that the 3rd party (who doesn’t have MATLAB) can also view the 3D Figure. But in your case the 3rd party has to install MATLAB Runtime (which is packaged along with the standalone application). The link below explains on how to build a standalone application :-
Hope this helps!
0 件のコメント
Walter Roberson
2019 年 7 月 29 日
編集済み: Walter Roberson
2019 年 7 月 30 日
9 件のコメント
Mukund
2020 年 12 月 25 日
It's really an important aspect of file conversion. Request to mathworks team to provide inbuilt solution for ease of using Matlab.
Walter Roberson
2020 年 12 月 25 日
Unfortunately I have forgotten now what problem I was encountering.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!