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!