Can MATLAB read or write files for CAD programs using the DXF format?
조회 수: 20 (최근 30일)
이전 댓글 표시
I would like to read images created in CAD programs into MATLAB, or write MATLAB data out to be loaded into a CAD program. CAD programs use the universal Drawing Exchange Format (DXF).
채택된 답변
MathWorks Support Team
2009년 6월 27일
MATLAB cannot read or write DXF files.
As a workaround for importing DXF files, you could convert your image into one of the formats currently supported by IMREAD.
As a workaround for exporting DXF files, you could write out your MATLAB image into one of the formats supported by IMWRITE, and then convert this into the DXF format. For a list of supported image formats type "help imread".
Finally, there are several files on the MATLAB Central File Exchange which allow basic DXF file functionality. For more information, please visit the following URL:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Import에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!