Finding max of an element vector using recursion

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

 Risposta accettata

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

Più risposte (1)

Write a function called recursive_max that finds the maximum element in a vector without using loop or any built in functions.the sole output argument is the maximum value in the input vector.

Categorie

Scopri di più su Programming in Centro assistenza e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by