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에서 Matrix Indexing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!