Problem with min function when finding minimum value
显示 更早的评论
I am trying to find the minimum value in a vector of type double by using min function.It is showing the error as Index exceeds matrix dimensions . Ex:I have a vector named min_values of size 1*200 with double values..I am trying to find the minimum value by using min(min_values).
采纳的回答
更多回答(1 个)
Gil Kolin
2018-2-21
0 个投票
it suppose to work... even is 2D array you will get the min for each column. can you write your code?
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!