Feeds
질문
The plotting function implicit3 fails to render under certain conditions. Notably, for sphere larger than a certain amount.
This renders properly : a = 800; ff = @(x,y,z) x.^2 + y.^2 + z.^2 - a^2; fimplicit3(ff); b = a*1.25; xlim([-b b]) ylim([-b...
8개월 전 | 답변 수: 2 | 0

