export matlab to solidworks
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi!
I have this pattern in Matlab and I want to export it to SolidWorks to 3d print it
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/255292/image.jpeg)
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
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Octave en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!