Hi,
i would like to import two CSV files. So far so good.
This works very well. But I would like to subtract the two surfaces and get the difference (distance) between the two surfaces.
I searched on Google and read a lot of tutorials. But i did not find the right one.
For reading the data and plot it following code is used:
I would like to subtract the two plotted surfaces. For the values that are not available i would try an "if then" solution.
What would be the best way to solve the issue ? I am very happy about every hint and answer i will get.
Best Regards
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,

i would like to import two CSV files. So far so good.
This works very well. But I would like to subtract the two surfaces and get the difference (distance) between the two surfaces.
I searched on Google and read a lot of tutorials. But i did not find the right one.
For reading the data and plot it following code is used:
I would like to subtract the two plotted surfaces. For the values that are not available i would try an "if then" solution.
What would be the best way to solve the issue ? I am very happy about every hint and answer i will get.
Best Regards
Markus
(all values will be available, that's what
dgrid3dis for.)Not possible without external help, i'm afraid.
You can plot the two grids to temporary files, combine them (e.g. on unixoid systems
paste file1 file2 > nfile)and then plot that file with