converting .jpeg or matlab fig image to stl or cad format

Hello all , i have image i have to convert matlab image to stl or cad format, since i have to load to autocad software using matlab how can i do that

2 Kommentare

Siddharth U
Siddharth U am 13 Okt. 2021
Bearbeitet: Walter Roberson am 17 Apr. 2025
Check this video : https://youtu.be/z7Jl-OgBbjw
In this it is clearly demonstrated
So in other words, your advice is to take a PNG, display it in a figure, save a screenshot of the figure as a low-quality JPG and then use an online converter to convert the JPG screenshot to an SVG.
I don't think it really matters that much here, but unnecessary screenshots and JPGs should have no place in an image processing pipeline. Just use imwrite() to directly save the result as a PNG. It's faster, non-destructive, and the filesize is smaller.
I will add though that convertio's SVG converter does actually vectorize the content. I half-expected it to just embed the raster data in an SVG. It expects a roughly binarized input, so that works fine here.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

David Sanchez
David Sanchez am 9 Mai 2013

0 Stimmen

Hi, follow the link:
I think that's what you need.

1 Kommentar

sorry sir the link given by you is vice versa i need mat2cad

Melden Sie sich an, um zu kommentieren.

David Sanchez
David Sanchez am 21 Mai 2013
Bearbeitet: DGM am 26 Jun. 2025

0 Stimmen

This link provides a .m to write .stl files from matlab data.
I hope it is useful for you

Gefragt:

am 9 Mai 2013

Bearbeitet:

DGM
am 26 Jun. 2025

Community Treasure Hunt

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

Start Hunting!

Translated by