Plotting question using data (water saturation)

2 ビュー (過去 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 Center および File Exchange2-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