Filter löschen
Filter löschen

axis settings for figure in matlab

1 Ansicht (letzte 30 Tage)
sri satya ravi
sri satya ravi am 21 Nov. 2016
Bearbeitet: David Goodmanson am 21 Nov. 2016
Hi , I have a matlab code for a figure. I want both the xaxis and y axis to be the same. in this case i am getting x-axis as (0,700) and y-axis as (0,600). i want both to be (0,700).
Can anyone help. Thanks
figure qqplot (pems_nox_local,ftir_nox_local) xlabel ('PEMS NOx') ylabel ('FTIR NOx') title('PEMS VS FTIR NOx @ local') line (xlim, ylim,'color','k') xlim ([0 inf]) ylim ([0 inf])

Akzeptierte Antwort

David Goodmanson
David Goodmanson am 21 Nov. 2016
Bearbeitet: David Goodmanson am 21 Nov. 2016
Hello SSR, go to 'help ylim' and take a look at the first paragraph, where you can set limits for the y axis

Weitere Antworten (0)

Kategorien

Mehr zu Visual Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by