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
Posted: Fri May 20, 2022 11:30 am
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