Community Profile

photo

Sindhuraj Mukherjee


Last seen: 4개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
  • Solver
  • Explorer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 3년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 3년 전

질문


How do I split and assign a matrix sized 1880,2 into N smaller matrices (or a struct holding the matrices) where N matrices have 5 elements of dim1,dim2, the next five and so on (incremental looping)?
temp(1880,2) split 'temp' into 376 equal sized matrices temp_n(5,2), where N = 1,2,3.....376 temp_1 = (1:5,1:5); temp_2 = (6:...

대략 3년 전 | 답변 수: 1 | 0

1

답변