i have the problem with mean function
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
i got the problem with mean function, want to generate this formula e(i)=mean(c'*X(:,i))^2 but it doesnt work. what should i add to run the programe? thx
댓글 수: 2
the cyclist
2013년 12월 7일
What are the sizes of X, c and e?
size(X)
size(c)
size(e)
What do you mean by "doesn't work"? If you get an error message, please give the full text of the error message?
Wayne King
2013년 12월 7일
It's important to include the error message or specify what you mean by "doesn't work". Because you don't give us your variables c or X, or tell us what you are trying to do, how can we possibly guess?
답변 (1개)
Roger Stafford
2013년 12월 7일
0 개 추천
If the number of rows in c and X are not the same, matlab will complain.
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!