photo

Ali Can ARIK


Last seen: 1 day ago Active since 2011

Followers: 0   Following: 1

Message

Hey

Spoken Languages:
English

Statistics

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

View badges

Feeds

View by

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

13 years ago | 0

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

13 years ago | 1