Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Enough snippy comments, here's something of an answer too:</p> <ol> <li>The Matlab desktop: what all the windows are for, dragging code from the history back into the command window, the variable inspector, etc.</li> <li>Plotting: not just the plot command, but how to use the plot GUI tools, and how to create an M-file from a graphic.</li> <li>M-files for scripts and functions, and the key differences between them.</li> <li>M-Lint, the profiler.</li> <li>Use Matlab as a vehicle for teaching the perils and pitfalls of floating-point arithmetic.</li> <li>Getting help: at the command line, on the web, documentation, the file exchange, ...</li> <li>Set path and the current working directory.</li> <li>Importing data from files, exporting data to files, loading and saving.</li> </ol> <p>That should be enough to keep them busy for an hour or so.</p> <p>To clarify, I propose these topics to help you teach your students to avoid common Matlab errors including;</p> <ol> <li>Unproductive use of the tool, retyping commands which can easily be recalled from the history, using C (or Java) style file reading commands instead of uuimport, slowly typing scripts to draw graphics when Matlab can do it for you, wondering what all the little orange lines in the editor right margin mean and the squiggly underlines, trying to figure things out for themselves when the help facilities could tell them, tons of other stuff that many much more experience Matlab users have taken ages to learn.</li> <li>Floating point arithmetic is not real.</li> <li>and probably a lot of other stuff too.</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload