photo

Laurent


Saarland University

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
2 Réponses

RANG
23 197
of 301 195

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 292

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 13 ans il y a | 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 ...

plus de 13 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
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...

plus de 14 ans il y a | 0

| A accepté

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...

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 14 ans il y a | 1 réponse | 0

1

réponse