a problem using the roots function
조회 수: 1 (최근 30일)
이전 댓글 표시
hello… I couldn't use the roots function...does anyone have an idea what the problem is?
댓글 수: 1
Stephen23
2018년 9월 21일
@Eliraz Nahum: please show us the complete output of this command:
which roots -all
채택된 답변
Matt J
2018년 9월 21일
편집: Matt J
2018년 9월 21일
Yes, you have another file named roots.m at the location shown in the error message. Matlab thinks you are trying to execute that one.
댓글 수: 1
James Tursa
2018년 9월 21일
... and the solution is to rename your version of roots.m to something else so it doesn't shadow the MATLAB roots function.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!