Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to plot contour between three irregularly spaced matrices??

2 visualizaciones (últimos 30 días)
TRAILOKYA
TRAILOKYA el 16 de Oct. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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);

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by