Community Profile

photo

Ali Can ARIK


Last seen: 1 day ago Active since 2011

Followers: 0   Following: 0

Message

Hey

Spoken Languages:
English

Statistics

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

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

5 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago

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