How can i explain this to matlab?

1 view (last 30 days)
if a is not an empty vector/cluster then do 'this'

Accepted Answer

madhan ravi
madhan ravi on 22 Oct 2018
Edited: madhan ravi on 22 Oct 2018
if ~isempty(vector)==1
Do this
end
  2 Comments
IBM watson
IBM watson on 22 Oct 2018
Edited: IBM watson on 22 Oct 2018
Oh wait! It is wrong.
It says if it is empty.
I want to say " if it is NOT empty..."

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB 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!