Across
- 2. How many subplots can I address with the following syntax: subplot(3,2,X), where X is some number
- 3. Creates a vector of zeros
- 7. An operator when you want to create a new line in a matrix.
- 9. Creates a vector of ones
- 10. Creates a graph
Down
- 1. Creates a vector of equally spaced elements.
- 4. Divides the figure into multiple graphs
- 5. An operator when you want to create a vector with fixed increments
- 6. What is my name?
- 8. Used to isolate one or more elements in a matrix
