Is it possible that Matlab figure save as Autocad file .dwg file?

조회 수: 14 (최근 30일)
karakoc
karakoc 2013년 1월 5일
댓글: Akshay Kumar Pakala 2022년 3월 24일
hello,
Is it possible that Matlab figure save as Autocad file .dwg file? Thanks..

답변 (3개)

Jan
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
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
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
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 CenterFile Exchange에서 Spline Postprocessing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by