Community Profile

photo

Ryan Grech


2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to export .obj file from Matlab 3D Figure
I have created a 3D graph of a gyroid using the following code: a=1 a = 1 >> f = @(x,y,z) sin((2*pi*x)/a).*cos...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I export a 3D Graph from MATLAB to an .obj or .stl file?
I have created gyroid geometry using the following equation: f = (@(x,y,z) sin((2*pi*x)/a).*cos((2*pi*y)/a)+sin((2*pi*y)/a).*...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I plot the graph of a gyroid which is composed of 3 variables in the form of F(x,y,z)=t
I need to plot the equation to create a gyroid but I cannot find a way to plot it. The equation is 0=sin(x)*cos(y)+sin(y)*cos(z)...

6년 초과 전 | 답변 수: 2 | 1

2

답변