How to get x-y coord. from x-z coord. and y-z coord.?

  • Thread starter Thread starter Okinawa Rikenata
  • Start date Start date
  • Tags Tags
    Coordinate Matlab
Click For Summary
SUMMARY

This discussion focuses on extracting x-y coordinates from x-z and y-z coordinates using Matlab. The user is working with tiltmeter data, which includes time, x, and y components, and seeks to create parametric plots. Two methods are outlined: one involves selecting a value of z to plot the corresponding (x, y) point, while the other requires finding unique z values for given x inputs. The discussion emphasizes the importance of function behavior for the second method to be valid.

PREREQUISITES
  • Understanding of parametric plotting in Matlab
  • Familiarity with tiltmeter data and its components
  • Basic knowledge of Cartesian coordinates
  • Proficiency in handling .csv data files in Matlab
NEXT STEPS
  • Explore Matlab functions for parametric plotting
  • Learn about data interpolation techniques in Matlab
  • Research the behavior of functions in relation to uniqueness of solutions
  • Investigate advanced plotting techniques for multi-dimensional data in Matlab
USEFUL FOR

Data analysts, engineers working with tiltmeter data, and Matlab users interested in parametric plotting techniques.

Okinawa Rikenata
Messages
2
Reaction score
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.
 
Physics news on Phys.org
This is called parametric plot, Matlab should have functions for it.
There are two approaches to plot this:
- pick a value of z, plot the data point (x,y).
- pick a value of x, find the corresponding z, find the corresponding y, plot (x,y)

The first one always works, the second one only if the functions are sufficiently well-behaved (in particular, the found z has to be unique).
 
  • Like
Likes   Reactions: Okinawa Rikenata
mfb said:
This is called parametric plot, Matlab should have functions for it.
There are two approaches to plot this:
- pick a value of z, plot the data point (x,y).
- pick a value of x, find the corresponding z, find the corresponding y, plot (x,y)

The first one always works, the second one only if the functions are sufficiently well-behaved (in particular, the found z has to be unique).

Thankyou so much!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
8
Views
2K
Replies
1
Views
6K