How to use matlab solve draw this thermodynamic graph?

5 Ansichten (letzte 30 Tage)
Waterfall
Waterfall am 4 Jul. 2016
Beantwortet: Image Analyst am 4 Jul. 2016
Hi everyone, I am a matlab beginner. Does anyone know how to use matlab draw following graph?
Thanks

Antworten (1)

Image Analyst
Image Analyst am 4 Jul. 2016
Use plotyy().
plotyy(x1, y1, x2, y2);
Check out the help to do fancier options for it.

Kategorien

Mehr zu Thermodynamics and Heat Transfer 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