How to plot 3 different data in contour or pcolor ?
이전 댓글 표시
I have three different data
- Time steps = 1X108 (should be in X-axis)
- Data1 = 36X108 (should be in Y-axis(left))
- Data2 = 36X108 (should be display in colour/countour/pcolor)
Now I want to plot temporal plot (colour plot ) like the image I attached
댓글 수: 6
Ameer Hamza
2020년 5월 25일
Is data1 on y-axis 36x108 or 36x1? If it is 36x108, then is it in the form of a grid?
Jeevan Kumar Bodaballa
2020년 5월 25일
Ameer Hamza
2020년 5월 26일
Can you attach the data in a .mat file? It will make it easy to understand the question.
Jeevan Kumar Bodaballa
2020년 5월 26일
편집: Jeevan Kumar Bodaballa
2020년 5월 26일
Ameer Hamza
2020년 5월 26일
something like this?
p = pcolor(dt, nw_bin, sizdist)
shading interp
xlabel('x');
ylabel('y');
colorbar
Jeevan Kumar Bodaballa
2020년 6월 1일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!