Community Profile

photo

Chung-Hao Li


National Taiwan Ocean University

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


3D-plot of "x^2+y^2-z^2=1"
Here is my code: [x,y,z] = meshgrid( linspace( -10, 10, 20 ) ); f = x.^2 + y.^2 - z.^2 ; isosurface(x, y, z, f, 1); ...

8 years ago | 2 answers | 0

2

answers