Azzera filtri
Azzera filtri

Do you know how to convert existing graph into coding. I don't have the equations. I have the graph picture in my textbook but i need it to include in my matlab apps

4 visualizzazioni (ultimi 30 giorni)
Do you know how to convert existing graph into coding. I don't have the equations. I have the graph picture in my textbook but i need it to include in my matlab apps
For an example for this graph, i have the bundle diameter= 0.6m
I choose split ring floating head, and the MALTAB app designer can calculate the shell inside diameter. So if we do it manually i will get the value of 62 mm.

Risposte (1)

John D'Errico
John D'Errico il 31 Ott 2023
I'm sorry. There is no magic way to know the formula of a given graph in a textbook. And no magic way to just turn that graph into a formula, after copying the image into MATLAB. (Yes, you could do things, but that would take some image processing expertise on your part.)
However, nothing stops you from taking individual points off that curve. You already did that once. Then you can type the values you get into MATLAB, as a pair of vectors with multiple points in each. Finally call polyfit. A linear or at worst, a quadratic polynomial would seem to suffice here. Then use the resulting polynomial in your code.
  5 Commenti
Subathra Nilamegan
Subathra Nilamegan il 9 Nov 2023
@John D'Errico Hello, I have found a way to plot that. I used a website called Web Plot Digitizer to extract data, and then import the data into MATLAB to plot.

Accedi per commentare.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by