ENG1014 CROSSWORD

1234567891011121314151617181920212223242526
Across
  1. 1. MATLAB language structure
  2. 4. Used after the "." in a format specifier
  3. 7. Your PASS Tutor's Name
  4. 10. I know the number of iteration
  5. 11. Imports entire file to MATLAB
  6. 12. A single value
  7. 13. Plotting option 'kd'
  8. 17. Indication of inputs/outputs/name of a function
  9. 19. Retrieve a line from a file
  10. 21. "="
  11. 23. I know the condition a code must fulfill
  12. 24. Used to create another plot
  13. 25. "=="
  14. 26. Convert string(s) to number(s)
Down
  1. 1. Formatted string output to a string
  2. 2. Functions without a separate function file
  3. 3. Multiple plots in a figure
  4. 5. Shared variable memory space
  5. 6. sum, min, and max operate _______ wise by default
  6. 8. Formatted string output to console
  7. 9. Function to create vector with given number of equally spaced elements
  8. 14. I _________ ENG1014
  9. 15. Function to round up to nearest integer
  10. 16. Plotting y axis with log scale
  11. 18. Savable MATLAB code
  12. 20. A structure for group of values
  13. 22. _____ every output in a function file