printing the average line on a graph
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Thermal Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!