- http://www.mathworks.com/matlabcentral/fileexchange/333-writedxf-m
- http://www.mathworks.com/matlabcentral/fileexchange/4895-dxf-export-for-3d-line-elements
- http://www.mathworks.com/matlabcentral/fileexchange/33884-dxflib
Is it possible that Matlab figure save as Autocad file .dwg file?
14 次查看(过去 30 天)
显示 更早的评论
hello,
Is it possible that Matlab figure save as Autocad file .dwg file? Thanks..
0 个评论
回答(3 个)
Jan
2013-1-6
You can export to PDF and convert this to DXF.
There are several DXF export function in the FileExchange also:
There are some commercial DXF to DWG converters, but Autocad should be able to do this also.
Azzi Abdelmalek
2013-1-5
I don't think it's possible, I've already looked for something like that (how to read an autocad file in matlab, with all objects properties), and did'nt find anything.
giwon hong
2016-12-30
编辑:Walter Roberson
2022-3-9
Hi, You can draw MATLAB calculation results in AutoCAD by "COM" object (ActiveX). - connect to AtoCAD by ActiveX - invoke the AutoCAD method to draw figure (point, line, arc, spline etc)
You can find a simple e-book in AMZON by searching "MATLAB+AutoCAD"
1 个评论
Akshay Kumar Pakala
2022-3-24
Hey Giwon Hong
I have a 3D cube in MATLAB generated by faces and vertices. Do you think that I could generate this figure in AUTOCAD using your above mentioned method?

另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spline Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!