Not enough input arguments?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
,jwh
댓글 수: 1
dpb
2013년 12월 9일
Show the error complete text in context with the command the caused it.
답변 (2개)
Roger Stafford
2013년 12월 9일
1 개 추천
You have used the name 'length' for one of your variables, but that is also the name of one of matlab's functions. Where it complains about not enough inputs I suspect it reverts back to thinking about 'length' as a matlab function which does in fact require input arguments. Use some other name for your variable and see if the problem goes away.
댓글 수: 2
sixwwwwww
2013년 12월 9일
beta function only accept two input arguments while you are passing it thress input arguments thats the reason for this error. See more about beta function in the following link:
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!