Statistics
RANK
23,197
of 295,448
REPUTATION
1
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Question
Difference between jpg files from Matlab and ImageMagick
Hi all, I have a pgm file that I convert to jpg via matlab. To this end I use imread to read the file and imwrite to write it...
10 years ago | 1 answer | 0
1
answerObjective Orientated Programming in Matlab
Hi, I asked a similar question some time ago. See: <http://www.mathworks.de/matlabcentral/answers/42702-references-and-bo...
12 years ago | 0
Question
References and Books on Object Oriented Programming in Matlab
Hi, I have been using Matlab for quite some time now but so far, all my programs where simple functions and scripts. I would ...
12 years ago | 3 answers | 1
3
answersTransforming a array of matrices into a single large matrix with these matrices on the diagonal.
I think this does the trick: function B = MatsDiag(A) [ l c m ] = size(A) B = sparse( ... reshape(repmat(reshape(1...
13 years ago | 0
| accepted
Question
Transforming a array of matrices into a single large matrix with these matrices on the diagonal.
Hi, I have an array of length z with different n times m matrices. Now I would like to put all these matrices on the diagonal...
13 years ago | 2 answers | 0
2
answersQuestion
Best practice to add license text to matlab code.
Hi! I have been working on some Matlab code recently and I would like to publish it under some open source license. If I were...
13 years ago | 1 answer | 0