How to colour plot grey
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Prince Igweze
il 12 Dic 2019
Risposto: Fangjun Jiang
il 12 Dic 2019
How can i make each of the three plots grey in colour.
Thanks
figure(1)
plot(Dmq1)
hold on
plot(Dmq)
hold on
plot(Dm)
hold on
2 Commenti
Risposta accettata
Fangjun Jiang
il 12 Dic 2019
f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!