I’m plotting planes in matlab using ezmesh. Everything goes fine until I attempt to plot a plane such as z=y — ezmesh wants a function of two variables. I’d like to continue using ezmesh in my code rather than using something like surf for this one plane… can ezmesh plot this plane?
I’m plotting planes in matlab using ezmesh. Everything goes fine until I attempt to
Share
This works over here:
The equation
z=yacutally is a function of two variables, only it holds for allx, which is expressed by not usingx.