photo

Ali Can ARIK


Last seen: 2 months ago Active since 2011

Followers: 0   Following: 2

Message

Hey

Spoken Languages:
English

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
2 Solutions

RANK
9,611
of 300,352

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
84,199
of 168,212

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

14 years ago | 0

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

14 years ago | 1