photo

nick sorge


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I need help creating a function for taking an array and reversing it and i have to use a for loop. I have looked online but i really dont know what i am doing?
function result = reverse_array(array) result = array; for(index = zero(1,length(array))) index = reverse_ar...

9 years ago | 1 answer | 0

1

answer