Feeds
提问
Saving a matrix in a .txt file
Hi, Please I need help saving a matrix A = [3 5 4; 2 1 7] into a .txt file. Thanks
10 years 前 | 1 个回答 | 0
1
个回答提问
Breaking a vector into a matrix
Hi, Please I have a 1 by 9 vector [ 3 5 7 1 2 34 20 16 47] and I want to create a 3 by 3 matrix from it such that the matrix ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How do I find subsets in a universal set where each subset has only consecutive terms?
Hello, I have a vector of 5 elements [1 2 3 4 5], and I would like to find all subsets of size 1,2,3,4,5 such that each subse...
10 years 前 | 1 个回答 | 0
1
个回答提问
Split a vector into multiple vectors based on a value in the original vector
Please, I would like to split a vector into multiple vectors. For example a vector [2 0 5 7 0 14 0 17 19 20] should be split usi...
10 years 前 | 3 个回答 | 0