How to make a 1D become 2D and create a contourf plot
Show older comments
Let say:
time=[1:10];
height=[100:100:1000];
temp=[273:1:282];
So as, i can plot(time,temp)
and i can also plot(temp,height)
How can I make newTemp(time,height) so that I can make a contourf plot such that
v-[1:1:100]
contourf(time,height,newTemp,v)
2 Comments
KSSV
on 12 Feb 2020
Do you have any equations for that? What is the dependency?
Kafayat Olayinka
on 12 Feb 2020
Accepted Answer
More Answers (0)
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!