- #1
Okinawa Rikenata
- 2
- 1
I have data from tiltmeter. It has 3 components (time, x, and y) and stations. I use Matlab for calculating the data (.csv) until i get some plots. I have two plots, time-x and time-y. Each plot has a trendline. So that means i have two trendlines in two plots. Assume that time is z and x is still x and y is still y (cartesian coordinate). Then i have plot x-z and y-z. I'm confused about how i can get x-y coordinate by removing that z component and calculate it in Matlab? What's the theory i can read about that problem? Thankyou.