How to use matlab solve draw this thermodynamic graph?

조회 수: 5 (최근 30일)
Waterfall
Waterfall 2016년 7월 4일
답변: Image Analyst 2016년 7월 4일
Hi everyone, I am a matlab beginner. Does anyone know how to use matlab draw following graph?
Thanks

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Thermodynamics and Heat Transfer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by