Setting a default colororder

조회 수: 14 (최근 30일)
Roy Goodman
Roy Goodman 2024년 1월 31일
댓글: Roy Goodman 2024년 1월 31일
I like the new colororder gem12. I'd like to set it as my default in my startup file. However the following returns an error. What have I done wrong?
set(groot, "defaultaxescolororder",gem12)

채택된 답변

Walter Roberson
Walter Roberson 2024년 1월 31일
C = orderedcolors("gem12");
set(groot, "defaultaxescolororder", C)
  댓글 수: 1
Roy Goodman
Roy Goodman 2024년 1월 31일
That does the trick. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by