photo

Ali Can ARIK


Last seen: 7 giorni fa Attivo dal 2011

Followers: 0   Following: 2

Messaggio

Hey

Spoken Languages:
English

Statistica

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

Visualizza badge

Feeds

Visto da

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

oltre 13 anni fa | 0

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

quasi 14 anni fa | 1