How to generate this Matrix ?
Ältere Kommentare anzeigen
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 Kommentar
John D'Errico
am 9 Apr. 2022
AGAIN. Stop posting this assignment. This is now the 4th time you posted it.
Antworten (1)
David Hill
am 9 Apr. 2022
a=16*rand(7);
a(1)=1;a(49)=1;
a(randperm(47,2)+1)=[0,16];
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!