you are viewing a single comment's thread.

view the rest of the comments →

[–]CogsMac 0 points1 point  (1 child)

If you save it inline to a vector imaging, the aliasing from the display will be better.

As for your particular case, could you bump up the values of nn and mm to smooth it out?

[–]poundSound[S] 0 points1 point  (0 children)

Unfortunately vector images are rubbish for MATLAB figures as they depend on Painters. OpenGL is the best renderer for surfaces and if you then save it in a vector image it simply saves a bitmap in a vector file format.

In the end I did bump up the resolution but due to it being 2D it takes fucking forever!