- Matlab P1 What Is The Output Of This Code A 1 15 A V Reshape A 5 3 Ones 1 3 R A V Disp Size R A 1 (13.25 KiB) Viewed 19 times
Matlab P1. What is the output of this code? A = 1:15; A v reshape (A, [5,3]); ones (1, 3); R = A. *V; disp (size (R)); A
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Matlab P1. What is the output of this code? A = 1:15; A v reshape (A, [5,3]); ones (1, 3); R = A. *V; disp (size (R)); A
Matlab P1. What is the output of this code? A = 1:15; A v reshape (A, [5,3]); ones (1, 3); R = A. *V; disp (size (R)); A) (1,15) B) (3,1) C) (1,5) D) (5,3) E) (1,3) F) (1,5) G) C