Difference between revisions of "Improve visualization"

From mn/geo/geoit
Jump to: navigation, search
(Created page with "<pre>opengl('save','software')</pre> Category:Matlab")
 
 
Line 1: Line 1:
 +
Matlab can sometime be very bad with visualizations, the following command might improve the rendering:
 +
 
<pre>opengl('save','software')</pre>
 
<pre>opengl('save','software')</pre>
  
 
[[Category:Matlab]]
 
[[Category:Matlab]]

Latest revision as of 14:35, 25 March 2015

Matlab can sometime be very bad with visualizations, the following command might improve the rendering:

opengl('save','software')