How to use matlab solve draw this thermodynamic graph?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi everyone, I am a matlab beginner. Does anyone know how to use matlab draw following graph?

Thanks
댓글 수: 0
답변 (1개)
Image Analyst
2016년 7월 4일
Use plotyy().
plotyy(x1, y1, x2, y2);
Check out the help to do fancier options for it.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Thermodynamics and Heat Transfer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!