MATLAB: Code with out using loops

—obviously homework—homeworkindexing with a -1 step amountMATLAB

how can I write a code segment that flips an N*M array up to down *Do not use loops or flip function

Best Answer

What did your course tell you about indexing? Like
indexes = startingValue : stepValue : endingValue;
If you still need help, reply only after reading the link below: