Problem 2290. チェッカーボードを作ろう
整数 n が与えられた時、以下の様な1と0を含むn×nの行列を作成しましょう。a(1,1) は1にする必要があります。
例:
 入力  n = 5
 出力 a が [1 0 1 0 1
              0 1 0 1 0
              1 0 1 0 1
              0 1 0 1 0 
              1 0 1 0 1]- (英語版) Problem 4. Make a checkerboard matrix https://www.mathworks.com/matlabcentral/cody/problems/4-make-a-checkerboard-matrix
 
Solution Stats
Problem Comments
- 
		1 Comment
 
		Noriko Hounoki
    	on 9 Jul 2017
	
	
  	日本語での出題ありがとうございます(うれし涙)
Solution Comments
Show commentsProblem Recent Solvers383
Suggested Problems
- 
         
         
510 Solvers
 - 
         
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
390 Solvers
 - 
         
         
597 Solvers
 - 
         
Height of a right-angled triangle
1956 Solvers
 - 
         
         
750 Solvers
 
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!