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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 0