photo

Bas Carpentero


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

已解决


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

2 years 前

已解决


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

2 years 前