photo

Ali Can ARIK


Last seen: 10 Tage vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Hey

Spoken Languages:
English

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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 Monate vor

Gelöst


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

fast 2 Jahre vor

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

etwa 13 Jahre vor | 0

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

mehr als 13 Jahre vor | 1