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

2 visualizzazioni (ultimi 30 giorni)
How can I am give B(10,20) of matrix B black color? when using mesh(), or surf(),to plot matrix B

Risposta accettata

dpb
dpb il 5 Ott 2013
B(10,20,:)=0;

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by