MCQOPTIONS
Saved Bookmarks
| 1. |
What is the difference between a[] and a{}? |
| A. | a[] is for empty cell array while a{} is for empty linear array |
| B. | a[] is for empty linear array while a{} is for empty cell array |
| C. | No difference |
| D. | a[] is an empty row vector while a{} is an empty column vector |
| Answer» C. No difference | |