Community Profile

photo

Omar Rashed


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to turn my [X,Y,Z] into stl using surf2stl?
Hello, I have made my 3D coordinates, and I have downloaded the surf2stl package example (will put It below). However, for th...

mehr als 7 Jahre vor | 2 Antworten | 1

2

Antworten

1

Antwort

Frage


Hello, I have been trying to surf two parallel circles but data dimensions don't match and I don't know why. Any help would be nice. Thank you, Omar
radius = 1; center = [0 0]; theta = linspace(0,2*pi); X = center(1)+radius.*cos(theta); X=[X;X]; Y = center(2)+radius.*sin(t...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten