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