photo

Ali Can ARIK


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

Followers: 0   Following: 0

메시지

Hey

Spoken Languages:
English

통계학

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


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

거의 2년 전

답변 있음
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