Statistics
RANK
9.599
of 295.467
REPUTATION
4
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
how to reduce the brightness of an image?
image = image./3; imshow(image,[0 255]) yields a threefold reduction
ongeveer 12 jaar ago | 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...
ongeveer 12 jaar ago | 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 ...
ongeveer 12 jaar ago | 1
Question
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...
meer dan 12 jaar ago | 0 answers | 0
0
answersDatabase 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...
meer dan 13 jaar ago | 0
| accepted
Question
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...
meer dan 13 jaar ago | 1 answer | 0