How to colour plot grey
조회 수: 14 (최근 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
채택된 답변
Fangjun Jiang
2019년 12월 12일
f=figure;
f.Color=[0.5, 0.5, 0.5]; %adjust the RGB for your shade of gray
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!