Page 1 of 1

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

Posted: Fri May 20, 2022 11:40 am
by answerhappygod
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 1
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 1 (49.86 KiB) Viewed 46 times
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 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.