[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Isosurface plot
From: |
\"Niedermayr, Arthur\" |
Subject: |
Re: Isosurface plot |
Date: |
Thu, 04 May 2017 15:35:07 -0400 |
Hello Mr. Janowski,
to be honest, I think I know what you mean, but I don't understand you thoroughly.
What I mean:
In your example v is a scalar of one combinations of x, y and z.
And v will be recalculated for all possible configurations of x,y and z.
clf;
[x,y,z] = meshgrid (-2:0.5:2, -2:0.5:2, -2:0.5:2);
v = x.^2 + y.^2 + z.^2;
And in my example I assign a value to each combination.
My question is the following:
How can I transform my data, which is a 1D-array, such that I can use the isosurface function?
(I am sure it's possible with the data I have)
Could you maybe post yourself an example how the isosurface function can be used with data from an imported file?
Best regards and thank you very much!
Arthur Niedermayr
-------- Original Message --------
Subject: Re: Isosurface plot
Local Time: May 1, 2017 4:57 PM
UTC Time: May 1, 2017 2:57 PM
From: address@hidden
To: "Niedermayr, Arthur" <address@hidden>
address@hidden <address@hidden>