07-21-2011 02:17 PM
another question concerning 3d plots...
dear labviewers,
i have a surface plot (input parameter is the z-matrix) i would like to plot in subsections, i.e one section behind the other in the same 3d graph. with other words: the result of plotting the entire surface plot at once is the same as plotting the subsections sequentially.
any ideas?
07-22-2011 09:40 AM
Hi LabVIEWette,
put out your first dataset on the plot
then combine your first dataset with the second
give both together out
and so on
If you want to see the intermediate data, you have to insert a wait function between the steps.
I hope this helps, if not please let me know.