How to colour plot grey

4 次查看(过去 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

采纳的回答

Fangjun Jiang
Fangjun Jiang 2019-12-12
f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by