How to generate this Matrix ?
Afficher commentaires plus anciens
the matrix should be 7 by 7. start with 1 and end with 1.
the smallest number in must be 0 and biggest one is 16.
please help me solve this homework....

1 commentaire
John D'Errico
le 9 Avr 2022
AGAIN. Stop posting this assignment. This is now the 4th time you posted it.
Réponses (1)
David Hill
le 9 Avr 2022
a=16*rand(7);
a(1)=1;a(49)=1;
a(randperm(47,2)+1)=[0,16];
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!