How to generate this Matrix ?

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

AGAIN. Stop posting this assignment. This is now the 4th time you posted it.

Sign in to comment.

Answers (1)

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

Asked:

on 9 Apr 2022

Commented:

on 9 Apr 2022

Community Treasure Hunt

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

Start Hunting!