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)) ;
类别
在 帮助中心 和 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!