photo

Andy


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
1 Risposta

RANK
35.018
of 300.381

REPUTAZIONE
1

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
1

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Image rotate - want white background instead of default black
Dear Matlabneers, I am using the following code to make the background of a rotated image "white", instead of the "black" bac...

oltre 12 anni fa | 3 risposte | 1

3

risposte

Domanda


Writing midi files from audio data
Hi All, I have some problems writing midi files. I got an 'output' matrix containing music notes and each note is converted ...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Something funny with Cell Array
for l=1:dn bw3 = (dl==l); [xleft2,xright2,yup2,ydown2] = extract(~bw3); ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Attempted to access b(0,:); index must be a positive integer or logical.
Thank you for your explanation. It seems really complicated to understand. Are there anything that I can change to make it wor...

oltre 12 anni fa | 0

Domanda


Attempted to access b(0,:); index must be a positive integer or logical.
for k=1:14; [col,row]=size(b); prj=zeros(col,1); for i=1:col for j=1:row if b(i...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Having trouble understanding some code
% [col,row]=size(bw); prj=zeros(col,1); for i=1:col for j=1:row if bw(i,j)==0 prj(i)=prj(i)+1...

oltre 12 anni fa | 0 risposte | 0

0

risposte