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)

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 31 Jan. 2024

0 Stimmen

C = orderedcolors("gem12");
set(groot, "defaultaxescolororder", C)

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by