photo

Ali Can ARIK


Last seen: 2 mesi fa Attivo dal 2011

Followers: 0   Following: 2

Messaggio

Hey

Spoken Languages:
English

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

Cody

0 Problemi
2 Soluzioni

RANK
9.611
of 300.369

REPUTAZIONE
2

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
84.306
of 168.436

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Risolto


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

quasi 2 anni fa

Risolto


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

circa 3 anni fa

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1