Laurent - MATLAB Central
photo

Laurent


Saarland University

2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/11 to 03/25Use left and right arrows to move selectionFrom 05/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
2 回答

ランク
23,197
of 297,851

評判
1

コントリビューション
4 質問
2 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 20,493

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,663

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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年以上 前 | 1 件の回答 | 0

1

回答

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

14年弱 前 | 1 件の回答 | 0

1

回答