Hey everybody,
I have a greyscale picture and i want to surface plot just a circle from it.
I tried to cut out the circle and plot it with surf(). It didnt work.
After that, i tried to assign NaN to the values i dont want to plot. But they are plotted as zeros. I didnt find a way to ignore those values.
i attached the picture file i am using.
What am i doing wrong?
Im a real Matlab beginner by the way.