Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a complete overview, detailed instructions on developing matlab scripts, and examples, please see the "MATLAB Programmer's Guide for FACET physicists", attached to this Confluence page.

...

  • If you want the full GUI development environment, type
    matlab
  • If you want to run applications only and/or do some basic scripting (recommended), type
    matlab -nodesktop -nosplash
    This starts the fully working command-line version that requires much less resources.

DirectoriesProduction directories

  • tested matlab scripts that are shared can be found here:
    /usr/local/facet/tools/matlab/toolbox

...