Community Profile

photo

Sindhuraj Mukherjee


Last seen: 4 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • Solver
  • Explorer

Ver insignias

Feeds

Ver por

Resuelto


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 ...

casi 3 años hace

Resuelto


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:...

casi 3 años hace

Pregunta


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:...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta