Help with creating a certain 16x16 Matrix

8 vues (au cours des 30 derniers jours)
Liam Åkerman
Liam Åkerman le 1 Déc 2020
Hi, I need help with creating the following matrix:
(I know that I probably could create it manually by writing A = [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0; etc.], but this seems very unpractical. There must be a better way.)
The empty squares are just 'zeros' and the black squares are 'ones', for example the 5th row would be: [...;0 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0; ...]
I'm grateful for any help.

Réponses (1)

Stephan
Stephan le 1 Déc 2020
Hint: read about the function zeros and ones and also about array indexing.

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by