That is not an error, it is a warning. It is telling you that you are assigning a value to a variable ("U" in this case) but that that variable is not used later on. The warning is suggesting that you review your code to see if you made a mistake, and it is also suggesting that if you do not need that variable that you might not need the assignment at all.
Error problem.
4 次查看(过去 30 天)
显示 更早的评论
Hi.
I got the error; "The value assigned to variable 'U' might be unused". I have tried to change the letter 'U' to something else, but the error is still existing.
Can someone explain for me what I am doing wrong here?
Regards Cillian
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!