How to generate this Matrix ?
Show older comments
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 Comment
John D'Errico
on 9 Apr 2022
AGAIN. Stop posting this assignment. This is now the 4th time you posted it.
Answers (1)
David Hill
on 9 Apr 2022
a=16*rand(7);
a(1)=1;a(49)=1;
a(randperm(47,2)+1)=[0,16];
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!