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
KSSV 2020 年 3 月 31 日

0 投票

sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;

3 件のコメント

Thomas Sun
Thomas Sun 2020 年 3 月 31 日
Hi I was wondering how to make it look like the graph I have attached above. Thanks for the help
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 :)

サインインしてコメントする。

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2020 年 3 月 31 日

コメント済み:

2020 年 3 月 31 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by