필터 지우기
필터 지우기

max function does not work

조회 수: 1 (최근 30일)
Søren Schwartz
Søren Schwartz 2015년 11월 18일
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개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by