printing the average line on a graph
Afficher commentaires plus anciens
load site.dat;
plot(site(:,13),(site(:,9)));
xlabel({'Time','(In Minutes)'})
ylabel('Water Vapor Concentration')
title('Water Vapor Concentration vs Time');

This is the graph i get which is the one I need but now just need to figure out how to print the average of the water vapor concentration on the graph.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Thermal Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!