Plotting question using data (water saturation)
이전 댓글 표시
Hi I was wondering for this plotting question as to how I could make the data I have look like this graph inserted?
답변 (1개)
KSSV
2020년 3월 31일
sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!