How to make fsurf a solid colored surface with no shade? and make the surface tranparent.
Show older comments
I am using fsurf to plot a surface. I wana make the whole surface a solid color and want to make the surface transparent. How can I do that?

figure
syms x1 x2
fsurf((B(1)*x1+B(2)*x2+b(1))/-B(3),'EdgeColor','none')
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!