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