what is the best way to plot an implicit surface ?

3 ビュー (過去 30 日間)
Itzik Ben Shabat
Itzik Ben Shabat 2014 年 8 月 7 日
回答済み: auto2060 2016 年 11 月 16 日
Hi, I wish to plot the following surface functions (quadratics) in a given domain :
f(x,y,z)=a+b*x+c*y+d*z+e*x^2+f*y^2+g*z^2+h*x*y+i*y*z+j*z*x=0
where a,b,c...j can be any real constant scalar.
what is the best way to plot this ? *I found EZIMPLOT3 in the file exchange - is this the best solution for it ?
I have many quadratics defined in different domains and wish to plot all of them (while not taking too long)

採用された回答

auto2060
auto2060 2016 年 11 月 16 日
There is one new function in R2016b: fimplicit3

その他の回答 (1 件)

Matt J
Matt J 2014 年 8 月 7 日
I found EZIMPLOT3 in the file exchange - is this the best solution for it ?
It's what I use.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by