Borrar filtros
Borrar filtros

I need help finding y on a plot knowing x

1 visualización (últimos 30 días)
Florina-Iuliana TUDOR
Florina-Iuliana TUDOR el 10 de Mzo. de 2022
Editada: Davide Masiello el 10 de Mzo. de 2022
Hi, i created a graph using excel data and now i need to find y on the graph for some x data that is not in the excel tabel

Respuestas (1)

Davide Masiello
Davide Masiello el 10 de Mzo. de 2022
Editada: Davide Masiello el 10 de Mzo. de 2022
Let x and y be your dataset extracted from excel, to find y0 at x0, you can use the following code.
y0 = interp1(x,y,x0);
For additional info, check the following link

Categorías

Más información sobre Bar Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by