Finding max of an element vector using recursion
Mostrar comentarios más antiguos
Write a function called recursive_max that finds the maximum element in a vector without using loop or any built in functions
Respuesta aceptada
Más respuestas (1)
JAYANTHI SANKARALINGAM
el 20 de Sept. de 2020
0 votos
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.
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!