photo

Dario


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: optics

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
35,031
of 301,472

REPUTATION
1

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,293

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,655

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to set contourf colors ?
This is my code that plot three concentric ellipses: map = [0 0.6 0.2; 0 0.8 0.2; 0 1 0.2]; colormap (map); contourf(...

11 years ago | 0

Answered
How to set contourf colors ?
Thanks for your replies guys but I'm a beginner so I need more deep information. @ Sean: I know about the Caxis command that ...

11 years ago | 0

Answered
How to set contourf colors ?
Doesn't works: data = fopen ( datafile,'r'); M = fscanf ( data , '%f', [128, 128]); [x,y] = meshgrid(-gr:2*gr/127:gr); ...

11 years ago | 0

Question


How to set contourf colors ?
I use contour for plot three concentric isolines, now I would like to fill the area inside this isolines with a choosen color, f...

11 years ago | 5 answers | 0

5

answers