How can I write a function called checkerboard
古いコメントを表示
How can I write a function called checkerboard that takes as input two positive integer scalars, n and m, in that order. The function must create and return board, which is an n-‐by-‐m matrix. Every element of board is either 0 or 1. The first element, board(1,1) is 1. No direct neighbors in the matrix, vertically or horizontally, can be equal. That is, a 1 element cannot have 1 immediately preceding or following it in the same row or column.
5 件のコメント
Jan
2015 年 10 月 30 日
This sounds like a homework question. So please show us, what you have tried so far and ask a specific question.
Surfnerd
2015 年 10 月 30 日
編集済み: Image Analyst
2015 年 10 月 30 日
Image Analyst
2015 年 10 月 30 日
Congratulations - you did it yourself. Do you have any questions?
Adam
2015 年 10 月 30 日
So what is the problem?
Surfnerd
2015 年 10 月 31 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Raspberry Pi Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!