Feeds
질문
Date to vector error
I am getting the following error: "Error using datevec The input to DATEVEC was not an array of character vectors or strings." ...
거의 3년 전 | 답변 수: 0 | 0
0
답변질문
Column of dates to vector
Hey guys, I have a table that contains dates that I would like to convert to a column of numbers (a vector), so I can do some f...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
find columns adjacent to logical values
I have a table with 891 rows and 12 colums. I have sorted 1 column logically (0's and 1's) and need to pull out data from 2 othe...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to find corresponding indices?
Good Day, I have a dataset I am working (891 rows,12 columns) with and have already sorted one column with zeros and ones (Logi...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to find specific elements in a matrix
Good Day, I have a matrix: R55 = [2,4,6,9,11;7,8,9,10,6;1,2,6,4,5;,6,9,8,5,6;1,6,5,7,5]; I would like to find the specific loc...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
Search and replace data
Good Day, For an assignment: I have a matrix: R55 = [2,4,6,9,11;7,8,9,10,6;1,2,6,4,5;,6,9,8,5,6;1,6,5,7,5]. I need to search th...
거의 3년 전 | 답변 수: 0 | 0
0
답변질문
How to replace a subsection in a 5 x 5 matrix with a 4 x 2 matrix
I have a matrix: R55 = [2,4,6,9,11;7,8,9,10,6;1,2,6,4,5;,6,9,8,5,6;1,6,5,7,5]; I need to replace the subsection of elements sta...
거의 3년 전 | 답변 수: 1 | 0
