photo

Ali Can ARIK


Last seen: 8 dagar ago Active since 2011

Followers: 0   Following: 2

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

mer än 13 år ago | 0

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

mer än 13 år ago | 1