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
采纳的回答
更多回答(1 个)
JAYANTHI SANKARALINGAM
2020-9-20
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!