the value assign to variable 'ncut' might be unused?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
while implementing the above code, getting error at line [Ncut] = Untitlederror4(I,pad,MAXVAL); error is the value assigned to variable might be unsed?
0 Kommentare
Antworten (1)
Walter Roberson
am 18 Apr. 2016
That is a warning, not an error.
You assign to Ncut later in the file, but you do not use the value you set on that line.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!