What is the difference between these two lines?

1 view (last 30 days)
Clear a Clear a*

Accepted Answer

Walter Roberson
Walter Roberson on 1 May 2020
clear a removes one variable with exact name a
clear a* removes all variables whose name begins with a

More Answers (1)

pooneh shabdini
pooneh shabdini on 1 May 2020
Thanks

Tags

Community Treasure Hunt

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

Start Hunting!