Feeds
提问
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...
12 years 前 | 3 个回答 | 1
3
个回答提问
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 ...
12 years 前 | 0 个回答 | 0
0
个回答提问
Something funny with Cell Array
for l=1:dn bw3 = (dl==l); [xleft2,xright2,yup2,ydown2] = extract(~bw3); ...
12 years 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
12 years 前 | 0
提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 0 个回答 | 0