What does "x ={}" mean?

 Accepted Answer

Walter Roberson
Walter Roberson on 20 Jan 2011
Yes, x will become a 0 by 0 cell array.
If you want x to become an empty numeric matrix, use
x = [];

More Answers (0)

Categories

Products

Tags

Community Treasure Hunt

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

Start Hunting!