photo

Rene


Universiteit Twente

2011 年からアクティブ

Followers: 0   Following: 0

Student

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

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

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

12年以上 前 | 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...

約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

1

回答