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!