Alexander Mueller

MathWorks

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
What's the difference between hleg = legend(...) and [hleg, a, b, c] = legend(...)?
As of R2017a you can specify the Interpreter by providing the name/value pair to the multiple output arg form of legend. th...

plus de 7 ans il y a | 1

Réponse apportée
Problem with individual colour display in Legend for scatter plot (2014b)
Here is the workaround again with the code formatting cleaned up. C=[1:1:15]; subplot(212); hold on cm = parula(15); ...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Problem with individual colour display in Legend for scatter plot (2014b)
Tim Since you know the number of unique colors you'll need, 15, you can generate an explicit list of RGB colors and pass them i...

plus de 9 ans il y a | 0