export matlab to solidworks

12 views (last 30 days)
Omri Ifrah
Omri Ifrah on 18 Dec 2019
Commented: DGM on 5 Jul 2025
Hi!
I have this pattern in Matlab and I want to export it to SolidWorks to 3d print it
phi = (sqrt(5)-1)/2;
n = 250;
rho = (5:n-1).^phi;
theta = (5:n-1)*2*pi*phi;
It needs to be a disk with holes. the position of the holes it thous point.
thanks Omri

Answers (1)

Divya Yerraguntla
Divya Yerraguntla on 7 Jan 2020
  1 Comment
DGM
DGM on 5 Jul 2025
As of R2018b, MATLAB has built-in STL tools

Sign in to comment.

Categories

Find more on Desktop in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!