the value assign to variable 'ncut' might be unused?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!