Feeds
답변 있음
how to reduce the brightness of an image?
image = image./3; imshow(image,[0 255]) yields a threefold reduction
how to reduce the brightness of an image?
image = image./3; imshow(image,[0 255]) yields a threefold reduction
12년 초과 전 | 1
답변 있음
Average H of hsv
A = rand(480,640); B=[]; for i=1:16:480 for j=1:16:640 B = [B,mean(mean(A(i:i+15,j:j...
Average H of hsv
A = rand(480,640); B=[]; for i=1:16:480 for j=1:16:640 B = [B,mean(mean(A(i:i+15,j:j...
12년 초과 전 | 0
답변 있음
To pick a number randomly
The answer of andrei does not give a truly random number since he uses the unique command. This will: A=[1 2 3 4 5; 6 6 7 ...
To pick a number randomly
The answer of andrei does not give a truly random number since he uses the unique command. This will: A=[1 2 3 4 5; 6 6 7 ...
12년 초과 전 | 1
질문
patch coloring
I have a patch (vertices and faces)containing about 4000 vertices, the structure is open at both ends. I also have colors corres...
거의 13년 전 | 답변 수: 0 | 0
0
답변답변 있음
Database data truncated before second string
Turns out Oleg was partially right. First I only added my database connection in the ODBC-user tab. Now I added it to the ODB...
Database data truncated before second string
Turns out Oleg was partially right. First I only added my database connection in the ODBC-user tab. Now I added it to the ODB...
13년 초과 전 | 0
| 수락됨
질문
Database data truncated before second string
I have a weird problem reading database information. My database contains two columns, a and b. Column a is contains numbers and...
13년 초과 전 | 답변 수: 1 | 0