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

 采纳的回答

f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Color and Styling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by