how do i clear a logical variable from workspace

Does anyone know how to how do i clear a logical variable from workspace
Thanks in advance

 Réponse acceptée

Like any other variable
a = true;
clear a;

2 commentaires

Keith
Keith le 15 Jan 2014
My logical is a vector, but it is not clearing - am I missing something?
Keith
Keith le 15 Jan 2014
disregard I figured it out, I was clearing outside the loop when it should have been inside.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by