Community Profile

photo

Chau Chin Haw


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Adding a value to a vector
I have vector x x=[ 1 2 3 ] I want i add value 4 to every value in x [ 1 2 3 ] + 4 Expected outcome x=[ 5 6 7 ] How can i ...

3 years ago | 1 answer | 0

1

answer

Question


Error when using find function
There are 2 matrix, A and B A=[1 2] B=[1 2 2] % Check if the element in A is repeated at B Check = find (B(:...

3 years ago | 2 answers | 0

2

answers

Question


Comparing value in matrix in matlab
clc; clear; linedata = [1 1 2 2 2 2 3 1.5 3 3 4 2.2 4 4 5 6.8 5 4 6 1 6 5 7 5.1 7 6 8 2.5 8 7 9 3.3 9 8 10 2.8 10 8 1...

3 years ago | 0 answers | 0

0

answers

Question


How to check value in matrix from 2 specific column
I have a data of linedata = [1 1 2 2 2 2 3 1.5 3 3 4 2.2 4 4 5 6.8 5 4 6 1 6 5 7 5.1 7 6 8 2.5 8 7 9 3.3 9 8 10 2.8 10...

3 years ago | 1 answer | 0

1

answer

Question


How to select specific data from array
I have a data of 1 1 2 2 2 2 3 1.5 3 3 4 2.2 4 4 5 6.8 5 4 6 1 6 5 7 5.1 7 6 8 2.5 8 7 9 3.3 9 8 10 2.8 10 8 11 1.4 ...

3 years ago | 1 answer | 0

1

answer

Question


How to determine repeated value in row of an array
I have a data of 1 1 2 2 2 2 3 1.5 3 3 4 2.2 4 4 5 6.8 5 4 6 1 6 5 7 5.1 7 6 8 2.5 8 7 9 3.3 9 8 10 2.8 10 8 11 1.4 ...

3 years ago | 1 answer | 0

1

answer