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?

Antworten (1)

KSSV
KSSV am 31 Mär. 2020

0 Stimmen

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

3 Kommentare

Thomas Sun
Thomas Sun am 31 Mär. 2020
Hi I was wondering how to make it look like the graph I have attached above. Thanks for the help
KSSV
KSSV am 31 Mär. 2020
Read about semilogx.
Thomas Sun
Thomas Sun am 31 Mär. 2020
I figured out how to do! Thank you so much. Stay safe :)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 31 Mär. 2020

Kommentiert:

am 31 Mär. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by