photo

Laurent


Saarland University

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
2 Respuestas

CLASIFICACIÓN
23.197
of 300.364

REPUTACIÓN
1

CONTRIBUCIONES
4 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

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

más de 13 años hace | 0

Pregunta


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

más de 13 años hace | 3 respuestas | 1

3

respuestas

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

más de 14 años hace | 0

| aceptada

Pregunta


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

más de 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 14 años hace | 1 respuesta | 0

1

respuesta