Borrar filtros
Borrar filtros

Plotting question using data (water saturation)

2 visualizaciones (últimos 30 días)
Thomas Sun
Thomas Sun el 31 de Mzo. de 2020
Comentada: Thomas Sun el 31 de Mzo. de 2020
Hi I was wondering for this plotting question as to how I could make the data I have look like this graph inserted?

Respuestas (1)

KSSV
KSSV el 31 de Mzo. de 2020
sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;
  3 comentarios
KSSV
KSSV el 31 de Mzo. de 2020
Read about semilogx.
Thomas Sun
Thomas Sun el 31 de Mzo. de 2020
I figured out how to do! Thank you so much. Stay safe :)

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by