How give B(10,20) of matrix B black color?

2 visualizaciones (últimos 30 días)
Mary Jon
Mary Jon el 5 de Oct. de 2013
Comentada: Image Analyst el 6 de Oct. de 2013
How can I am give B(10,20) of matrix B black color? when using mesh(), or surf(),to plot matrix B

Respuesta aceptada

dpb
dpb el 5 de Oct. de 2013
B(10,20,:)=0;

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by