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)) ;
3 件のコメント
Thomas Sun
2020 年 3 月 31 日
KSSV
2020 年 3 月 31 日
Read about semilogx.
Thomas Sun
2020 年 3 月 31 日
カテゴリ
ヘルプ センター および 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!