i have a domain of interest and this domain will be converted onto finite difference grid with cells (rows,columns)
a 2-D array (cond) contains the conductivity values assigned to each cell in the desired domain
when i use the pcolor command in matlab
pcolor(cond); shading flat
the output figure consider every cell as 1mx1m
if the actual cell differs than 1m (2m, 5m, etc.)
how could i plot using pcolor but each cell will be displayed as it's actual size