MATLAB: Finding max of an element vector using recursion

matlab function

Write a function called recursive_max that finds the maximum element in a vector without using loop or any built in functions

Best Answer

You can first google it before posting a question here. It is old question and you will find many useful links: For example: