Alexander Mueller

MathWorks

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
7,146
of 300,364

REPUTATION
6

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

8 years ago | 1

Answered
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); ...

10 years ago | 0

| accepted

Answered
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...

10 years ago | 0