photo

Rene


Universiteit Twente

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Student

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
how to reduce the brightness of an image?
image = image./3; imshow(image,[0 255]) yields a threefold reduction

quasi 12 anni fa | 1

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 1

Domanda


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

circa 12 anni fa | 0 risposte | 0

0

risposte

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

quasi 13 anni fa | 0

| accettato

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta