the value assign to variable 'ncut' might be unused?
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?
Answers (1)
Walter Roberson
on 18 Apr 2016
0 votes
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.
Categories
Find more on Process Point Clouds in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!