The clearvars function contains the instructions presented here .
So to speak, I have a set of variables,
a, b, c, d
and I want to clear these variables except d , I have to do this:
clearvars * -except d
but I get the following error:
clearvars * -except d | Error: Unexpected MATLAB expression.
What is the reason for this?
Fantastic Mr Fox
source share