How to use matlab solve draw this thermodynamic graph?

5 visualizaciones (últimos 30 días)
Waterfall
Waterfall el 4 de Jul. de 2016
Respondida: Image Analyst el 4 de Jul. de 2016
Hi everyone, I am a matlab beginner. Does anyone know how to use matlab draw following graph?
Thanks

Respuestas (1)

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

Categorías

Más información sobre Thermodynamics and Heat Transfer 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