Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to plot contour between three irregularly spaced matrices??

조회 수: 2 (최근 30일)
TRAILOKYA
TRAILOKYA 2014년 10월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
I have three matrices A,B and C having same size 40*40. I want to plot a contour of C(40*40) taking A(40*40) as x axis and B(40*40) as y axis and columns and rows of A or B are not are strictly increasing or strictly decreasing. Is it the correct way to plot by the following code ? Please help.
contourf (A,B,C);

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by