Plotting question using data (water saturation)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi I was wondering for this plotting question as to how I could make the data I have look like this graph inserted?
0 commentaires
Réponses (1)
KSSV
le 31 Mar 2020
sat_data = water_sattemp_data ;
plot(sat_data(:,1),sat_data(:,2)) ;
3 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!