How to use matlab solve draw this thermodynamic graph?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone, I am a matlab beginner. Does anyone know how to use matlab draw following graph?

Thanks
0 Commenti
Risposte (1)
Image Analyst
il 4 Lug 2016
Use plotyy().
plotyy(x1, y1, x2, y2);
Check out the help to do fancier options for it.
0 Commenti
Vedere anche
Categorie
Scopri di più su Thermodynamics and Heat Transfer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!