photo

Ali Can ARIK


Last seen: Today Con actividad desde 2011

Followers: 0   Following: 1

Mensaje

Hey

Spoken Languages:
English

Estadística

All
  • MATLAB Central Treasure Hunt Finisher
  • Explorer
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I write a raw double precision image to disk?
You can write the image on the disk as if writing a double precision array. However the image cannot be viewed by any image disp...

más de 13 años hace | 0

Respondida
convert zeros to nan
Try this: A(find(A==0)) = NaN;

más de 13 años hace | 1