Azzera filtri
Azzera filtri

How to write a method which will take fig1.fig as a input file and it will produce corresponding x-coordinate and y-coordinate of plotted figure in x and y vector?

1 visualizzazione (ultimi 30 giorni)
I am using MATLAB version 7.10.0.499 (R2010a).I have taken following x=1 : 1 : 10; y=2 : 2 : 20; plot(x,y); I got the Figure file. I save the figure file in fig1.fig. I need a method which will take fig1.fig as a input file and it will produce corresponding x-coordinate and y-coordinate of plotted figure in x and y vector as x =1 2 3 4 5 6 7 8 9 10 y = 2 4 6 8 10 12 14 16 18 20

Risposte (1)

Morteza
Morteza il 20 Ago 2015

Categorie

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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by