Statistik
RANG
35.007
of 295.527
REPUTATION
1
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
1
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 11 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
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 ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Something funny with Cell Array
for l=1:dn bw3 = (dl==l); [xleft2,xright2,yup2,ydown2] = extract(~bw3); ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortAttempted 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...
mehr als 11 Jahre vor | 0
Frage
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...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 0 Antworten | 0