Community Profile

photo

Dario


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: optics

Statistics

  • 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(...

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

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

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

9 years ago | 5 answers | 0

5

answers