photo

Ali Can ARIK


Last seen: 8일 전 2011년부터 활동

Followers: 0   Following: 2

메시지

Hey

Spoken Languages:
English

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 0

답변 있음
convert zeros to nan
Try this: A(find(A==0)) = NaN;

13년 초과 전 | 1