i received this error
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Attempt to execute SCRIPT rank as a function:
C:\MATLAB\SupportPackages\R2016a\rank.m
Error in rank (line 2)
rank(A)
댓글 수: 0
답변 (1개)
madhan ravi
2019년 4월 20일
0 개 추천
You have a file named rank.m which shadows the in-built function rank() , move it from the path or rename it to avoid this problem.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!