mesh plot? surface plot? and colors of its?

can I am Coloring one square of mesh with distinguishing color ?
how?

Answers (1)

Instead of mesh use surf
surf(x,y,z)

4 Comments

surf(),Its color all region,and it give me other options like jet,HSV,Summer,and so on ,but I am want color one square only the location of it in A(20,10)
How A(20,10) can locate a square?
square with respect to mesh ,or the value of A(20,10) represented as square to me at least ,sorry
How color it black

Sign in to comment.

Asked:

on 5 Oct 2013

Commented:

on 5 Oct 2013

Community Treasure Hunt

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

Start Hunting!