Page 1 of 1

7. Name 3 ways to create a variable in Matlab. (3) 8. Given a = [0 2+9]; b = [ a(2) 7 a] what are the contents of b? (2)

Posted: Sun May 15, 2022 8:14 am
by answerhappygod
7. Name 3 ways to create a variable in Matlab. (3)
8. Given a = [0 2+9];
b = [ a(2) 7 a]
what are the contents of b? (2)
9. What will ones[m] create? (1)