Ali Can ARIK - MATLAB Central
photo

Ali Can ARIK


Last seen: 11 days ago Active since 2011

Followers: 0   Following: 2

Message
Spoken Languages:
English

Statistics

All
MATLAB AnswersCodyFrom 04/11 to 03/25Use left and right arrows to move selectionFrom 04/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
9,611
of 297,457

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

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

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

2 years 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;

14 years ago | 1

Go to top of page