Effacer les filtres
Effacer les filtres

Determine the Y value from a given X from the generated figure?

2 vues (au cours des 30 derniers jours)
Slarn
Slarn le 27 Déc 2013
Hi,
May I know how to determine the Y value from a given X from the generated figure? As I do not have any y equation.
attached is the matlab file.
Thanks a lot!

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 27 Déc 2013
If you have your two vectors x and y
y0=interp1(x,y,x0)
  9 commentaires
Slarn
Slarn le 28 Déc 2013
Modifié(e) : Slarn le 28 Déc 2013
ok. i uploaded the 5 files as below. thanks. have to run the file in order to obtain the Figure
Azzi Abdelmalek
Azzi Abdelmalek le 28 Déc 2013
Modifié(e) : Azzi Abdelmalek le 28 Déc 2013
This is your plot
figure
x=[0:(D*1000)/760:(D*1000)]
y=delta(80:840,620);
plot(x,y); %plot line y 620
If you want y0 corresponding to x0=D/2
x0=D/2
y0=interp1(x,y,x0)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by