Feeds
提问
how can I interpolate functions
Hello, I have two functions A and B both with x and y components. The numbers of samples of A is 1212 (for each of the 1212 valu...
5 years 前 | 1 个回答 | 0
1
个回答提问
Create matrix with two matrices
Hello, I have two matrices that I want to combine to form another one as in the example below: A = [1 2 3; 4 5 6;7 8 9] B = [ ...
5 years 前 | 2 个回答 | 0
2
个回答提问
Fill a vector with two vectors
Hello, I have two vectors, Ex: V1 = [3 8 6 7 ] and V2= [1 5 9 4 ]. With V1 and V2, I would like to create the following vector: ...
5 years 前 | 3 个回答 | 0
