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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post by answerhappygod »

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
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) (1,15) B) (3,1) C) (1,5) D) (5,3) E) (1,3) F) (1,5) G) C
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply