subplot function does not work
이전 댓글 표시
I have used the subplot on multiple occasions before, but I am getting an error of 'too many inputs' when attempting to use it now. When I type 'help subplot' the following appears

It seams to me that somehow the subplot function has become damaged within my Matlab program. How do I fix this?
댓글 수: 1
Cedric
2015년 9월 20일
What does
which subplot
return?
답변 (1개)
Jan
2015년 9월 20일
You are right: There is obviously another subplot.m in your path. Perhaps it was created by a failing try to import data?! Just a guess.
Use
which subplot -all
Most likely the first one can be deleted, but better store it in a cool dry place, if it contains any useful code.
카테고리
도움말 센터 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!