Plotting multiple quadrics in 3D
古いコメントを表示
Hello everyone. For my project, I want to have a matlab program that will plot 2 quadrics in 3 dimensions. I tried to use isosurface which is good for visual representation. But I'd like to improve it by implementing slider(s) to change coefficient(s) of quadric(s) and the most important thing: plot the intersection of these quadrics. I tried some of the other alternatives like defining F3 = F1-F2, but it's not really the intersection as the intersection should be F1-F2 = 0. Thank you for the help in advance.

回答 (1 件)
Torsten
2022 年 11 月 19 日
0 投票
2 件のコメント
Gnutov Leonid
2022 年 11 月 19 日
Torsten
2022 年 11 月 19 日
At least it should be the correct tool to draw the intersection of two quadratics:
fimplicit3(@(x,y,z) Quadratic1(x,y,z)-Quadratic2(x,y,z))
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!