Clear Filters
Clear Filters

the value assign to variable 'ncut' might be unused?

1 view (last 30 days)
while implementing the above code, getting error at line [Ncut] = Untitlederror4(I,pad,MAXVAL); error is the value assigned to variable might be unsed?

Answers (1)

Walter Roberson
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!