photo

Laurent


Saarland University

2011 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


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年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Objective 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年 前 | 0

質問


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年 前 | 3 件の回答 | 1

3

回答

回答済み
Transforming 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年 前 | 0

| 採用済み

質問


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年 前 | 2 件の回答 | 0

2

回答

質問


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年 前 | 1 件の回答 | 0

1

回答