max function does not work
1 次查看(过去 30 天)
显示 更早的评论
Hello
I am trying to use the max function, but it will not work. I have attached my log file.
I have tried using this function
maxStcev=max(Stcev'-K,0); (line 52), but I keep getting negative values.
I have then tried using a for loop with if statement, but this results in error:
"Index exceeds matrix dimensions.
Error in mccev (line 45)
if (M1(1,o)<0)"
Can someone see what I am doing wrong? I want t have a vector only with positive values.
Regards,
Søren
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 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!