MATLAB code error clarification
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Chethana Unni P
il 20 Mar 2021
Commentato: Image Analyst
il 20 Mar 2021
Can anyone explain the error quoted below?
>> CalcMeasures
Not enough input arguments.
Error in CalcMeasures (line 3)
if size(Y,2) ~= 1
0 Commenti
Risposta accettata
Steven Lord
il 20 Mar 2021
Your CalcMeasures function requires you to call it with at least one input argument. You called it with zero input arguments. Because of this MATLAB doesn't know on which data it should calculate the measures.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!