photo

Laurent


Saarland University

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
2 个回答

排名
23,197
of 297,457

声誉
1

贡献数
4 个提问
2 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答