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
Posted: Tue Jul 12, 2022 8:29 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) (1,15) B) (3,1) C) (1,5) D) (5,3) E) (1,3) F) (1,5) G) C