i received this error
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Attempt to execute SCRIPT rank as a function:
C:\MATLAB\SupportPackages\R2016a\rank.m
Error in rank (line 2)
rank(A)
Réponses (1)
madhan ravi
le 20 Avr 2019
0 votes
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.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!