How to colour plot grey
19 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Fangjun Jiang
2019-12-12
f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!