photo

giorgos kazas


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

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
1 Respuesta

CLASIFICACIÓN
256.526
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

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 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I get the elements from a matrix and use them as the coordinates in another matrix
I have a matrix W=[1 3 4 1 1 2 3 1 ...

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

1

respuesta

Pregunta


How can I create a matrix with the results of a disp function?
J = [0 3 4;3 0 8;4 8 0]; for i =1:numel(J) [i,j] = ind2sub(size(J),find(triu(J==i))); disp([i j]) end I have the ab...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to find the position of the elements of a matrix?
Thank you to everyone for the input. I have also another question. Do you know how can I get the results from "disp([i j])" i...

más de 5 años hace | 0

Pregunta


How to find the position of the elements of a matrix?
I have a 3x3 matrix: J=[0 3 4;3 0 8;4 8 0] and I want to know in which position the elements exist. For example that 8 exists ...

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

2

respuestas