Community Profile

photo

kiet tran


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer