Hey! Got a problem.
I have created a [X,Y,Z]=meshgrid(x,y,z) for my computed data corresponding to the x,y,z. lets say we have c(x,y,z)=data in a loop.
No i wanna distinguish the data field into a stable data and unstable data. So I want to plot in one plot the data points with a value of less or equal 1. I thought about setting it NaN case 1 and the other way round. But got an error msg.
Hey! Got a problem.
I have created a [X,Y,Z]=meshgrid(x,y,z) for my computed data corresponding to the x,y,z. lets say we have c(x,y,z)=data in a loop.
No i wanna distinguish the data field into a stable data and unstable data. So I want to plot in one plot the data points with a value of less or equal 1. I thought about setting it NaN case 1 and the other way round. But got an error msg.
Help is very welcome.
Greetz Chris
Comment only