Community Profile

photo

Sindhuraj Mukherjee


Last seen: 4 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Explorer

View badges

Feeds

View by

Solved


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 years ago

Solved


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 years ago

Question


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 years ago | 1 answer | 0

1

answer