What does a "~" mean in the following code
显示 更早的评论
A newbie (me) needs to understand a syntax I can't find in the documentation.
if ~isempty(E)
B=[A
E'*S];
end;
What does the ~ (tilde) mean or do prior to the isempty(E)?
2 个评论
Todd Flanagan
2011-1-20
Andreas say, "I found it. ~ indicates not.
Thx anyway"
Todd Flanagan
2011-1-20
Hi Andreas, I moved your answer into a comment on your original question.
采纳的回答
更多回答(2 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Functions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!