What does the following statement do? A(1:2:end)=[] O A. It removes even indexed elements in array A. O B. It makes even
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
What does the following statement do? A(1:2:end)=[] O A. It removes even indexed elements in array A. O B. It makes even
statement do? A(1:2:end)=[] O A. It removes even indexed elements in array A. O B. It makes even indexed elements in array A zero. O C. It removes odd indexed elements in array A. O D. It makes odd indexed elements in array A zero.
What does the following