photo

talayeh tavangar


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
63.679
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
16.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


producing n*n matrix as an string in a loop
Hi, I want to used the following code put I donot know how to safe K as an n*n mtrix in each loop. because by using my code the...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


select a specific element of each matrix in a string
Hi, this is my code K=rand(448); for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end so U co...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I solve this error 'Unable to perform assignment because brace indexing is not supported for variables of this type.'?
Hi this is my code for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end but it doesnot work ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plotting an matrix on top of an image
I have an image and I devided it into 10 to 10 matriz and then allocate specific number to each elements. Now, I want to plot th...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plotting a matrix in matlab
I have a 10 in 10 matrix. I want to plot the matrix in the way that each elements present the number. can you help me with that?...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I save my result in a loop when it is an matrix
Hi I used the following code for save my result but it inly save the result for the last step. Can you help me with that, I wan...

casi 6 años hace | 1 respuesta | 0

1

respuesta