Plotting question using data (water saturation)

2 views (last 30 days)
Hi I was wondering for this plotting question as to how I could make the data I have look like this graph inserted?

Answers (1)

KSSV
KSSV on 31 Mar 2020
sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;
  3 Comments
Thomas Sun
Thomas Sun on 31 Mar 2020
I figured out how to do! Thank you so much. Stay safe :)

Sign in to comment.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!