Community Profile

photo

kiet tran


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to determine the row in Matrix A based on the elements exist in another Matrix
Hello Matlab community, clear all; close all; clc N = [1 1 5 1 1 -10 1 5 5 0 1 -4 1 8 -1]; % Node ...

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

0

respuestas

Pregunta


How can I use "IF" statement to prevent adding same element to an array?
Hello, So I have a matrix A A = [ 1 2 3; 2 3 4; 4 5 6] I create another matrix B where B =[] and the element in...

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

1

respuesta

Pregunta


How can I pick certain element from each row of an array ?
I already have an array CF [ 1 2 3; 2 3 4] How can I create an for loop that give me an array CE [ 1 2; 2 3; 3 1; 3 4; 4 2] ? ...

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

1

respuesta