photo

Bas Carpentero


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Splitting a color image into sub-images only displays the yellow color
I'm trying to create my own datasets for testing stitching algorithms by splitting images into sub-images. The script I wrote su...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Resuelto


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

más de 2 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:...

más de 2 años hace