Scott Chung
Followers: 0 Following: 0
Feeds
提问
How can I transform an image to match with a 2D array?
Hello, I want to transform an image (rotate, shrink,...) automatically to match with a 2D array. The 2D array matrix has sim...
6 years 前 | 1 个回答 | 0
1
个回答已解决
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
6 years 前
已解决
Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...
6 years 前