フィルターのクリア

Is this possible, " 3D Printing with MATLAB ". If so, How far I could go with it ?

18 ビュー (過去 30 日間)
Padmanathan
Padmanathan 2023 年 11 月 19 日
コメント済み: Padmanathan 2023 年 11 月 22 日
3D Printing with MATLAB, I need to know the far possibilities of the mentioned and the procedure. From the requested Answer, I should gain some knowledge in using MATLAB functions to define a real life object or a body and feed the obtained data to a 3D Printer. Finally, I should be able to compare and contrast "3D Printing with MATLAB" with the traditional one.
  3 件のコメント
Walter Roberson
Walter Roberson 2023 年 11 月 19 日
This sounds like a project that you are intended to spend your time investigating, rather than having someone give you the solution.
DGM
DGM 2023 年 11 月 19 日
編集済み: DGM 2023 年 11 月 19 日
"I need to know the far possibilities of the mentioned and the procedure." You're literally asking for the specific details of something you haven't yet defined. Even if we could concoct an answer, it would by definition encompass varied extreme possibilites of differing purpose. By what means would you even hope to perform a meaningful comparison -- and to what would it be appropriate to compare the differing possibilities?
I could think of various application areas off the top of my head.
  • Part design optimization
  • 3D model generation/manipulation
  • Print preparation (hollowing, infill/raft/support generation)
  • Slicing and path generation for point/line processes such as FDM/SLS
  • Slicing and slice processing (erosion/AA) for raster processes such as MSLA
  • Printer-specific file encoding
  • Printer communications and process management
  • Direct printer control (i.e. embedded)
This is just a subset that I've assumed are plausibly approachable with complete disregard for practicality. Is there some other alternative software suite which covers these possibilities out of the box? If I wrote some code to optimize the geometry of a specific widget I wanted to print, to what alternative would I compare it?
Even if we narrow this down to "How can I develop a minimal concept->model->print workflow using MATLAB", I still don't think it's specific enough to be answered. I definitely don't think there's room for a meaningful comparison unless you also clearly define "the traditional one" and some objective means of comparison between all the varied aspects of both. As far as I see it, both sides of this comparison are still too vague for a comparision to be meaningful.

サインインしてコメントする。

採用された回答

Steven Lord
Steven Lord 2023 年 11 月 19 日
There are some old blog posts where people have discussed creating shapes in MATLAB and converting them into the file format used by 3d printers. See Paul Prints the L-Shaped Membrane for one of those posts.
Since that post was written, there have been two functions added to MathWorks products that may be of interest, the stlwrite function in MATLAB and the stlwrite function in Antenna Toolbox. The function in MATLAB writes triangulation or some types of delaunayTriangulation objects to STL files while the function in Antenna Toolbox is specific to certain types of objects from that toolbox.

その他の回答 (1 件)

Image Analyst
Image Analyst 2023 年 11 月 19 日
Disclaimer: I got the gcode file off a 3-D printing web site. I didn't make it from MATLAB.

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by