Chau Chin Haw
Followers: 0 Following: 0
Feeds
提问
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 ...
4 years 前 | 1 个回答 | 0
1
个回答提问
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(:...
4 years 前 | 2 个回答 | 0
2
个回答提问
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...
4 years 前 | 0 个回答 | 0
0
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
4 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
4 years 前 | 1 个回答 | 0