help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heavy 3D graph crashing octave


From: rcharan51
Subject: Re: Heavy 3D graph crashing octave
Date: Wed, 10 Feb 2016 21:39:23 -0800 (PST)

I was unnecessarily complicating things. A simple indexing trick(as mentioned
in reducevolume code) was enough.
surf(xdat(1:xr:end,1:yr:end),ydat(1:xr:end,1:yr:end),zdat(1:xr:end,1:yr:end))
reduced the density of data points and made the graph lite to use. 

Thank you philip for the suggestion.  



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Heavy-3D-graph-crashing-octave-tp4674695p4674747.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]