ENG1014 PASS WK3

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