i received this error
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
Attempt to execute SCRIPT rank as a function:
C:\MATLAB\SupportPackages\R2016a\rank.m
Error in rank (line 2)
rank(A)
Risposte (1)
madhan ravi
il 20 Apr 2019
0 voti
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.
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!