Plotting question using data (water saturation)

조회 수: 5 (최근 30일)
Thomas Sun
Thomas Sun 2020년 3월 31일
댓글: Thomas Sun 2020년 3월 31일
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
KSSV 2020년 3월 31일
sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;
  댓글 수: 3
KSSV
KSSV 2020년 3월 31일
Read about semilogx.
Thomas Sun
Thomas Sun 2020년 3월 31일
I figured out how to do! Thank you so much. Stay safe :)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by