home

PDF (letter size)

Matlab notes, symbolics, creating new file

Nasser M. Abbasi

sometime in 2003   Compiled on January 30, 2024 at 11:32pm

These are old notes I wrote. I need to merge these with others when I have sometime.

  1. Matlab FAQ HTML
  2. To run Matlab function in a file, on linux, type

    matlab -nodisplay -nodesktop -nojvm -r "post_process;quit;"

    Make sure to be in the same folder as the file post_process.m in this example. And make sure you set the path to where the matlab installation is, which should be in

    >which matlab 
    /usr/local/MATLAB/R2015a/bin/matlab
  3. Basic into to using symbolics, collected from MATLAB demo with editing and new additions I have added. HTML
  4. More notes on Matlab symbolics HTML
  5. Step by step instruction to create a new Matlab .m file HTML

This image shows the Matlab plot/figure main dimensions

pict