MATLAB

From FarmShare

(Difference between revisions)
Jump to: navigation, search
m (Getting Started)
Line 30: Line 30:
  matlab &
  matlab &
-
== Jupyter ==
+
== Legacy FarmShare Information ==
 +
 
 +
=== Jupyter ===
MATLAB can also be run in a [https://jupyter.org Jupyter] notebook on FarmShare servers and used via a web browser.
MATLAB can also be run in a [https://jupyter.org Jupyter] notebook on FarmShare servers and used via a web browser.
Line 36: Line 38:
The [https://github.com/Calysto/matlab_kernel MATLAB Jupyter kernel] is available as part of the prebuilt Jupyter environment accessible via the [[Jupyter| Jupyter installation guide]].
The [https://github.com/Calysto/matlab_kernel MATLAB Jupyter kernel] is available as part of the prebuilt Jupyter environment accessible via the [[Jupyter| Jupyter installation guide]].
-
== parallel Matlab ==
+
=== Interactive Matlab ===
 +
 
 +
Info here: [[Matlab-interactive]]
 +
 
 +
=== Parallel Matlab ===
Info here: [[Matlab-parallel]]
Info here: [[Matlab-parallel]]

Revision as of 11:46, 14 September 2017

Contents

Getting Started

Run module avail to get a list of all software modules, or module spider to get a list of available versions of MATLAB.

module spider matlab       

--------------------------------------------------------------------------------------------------------------------------------
  matlab:
--------------------------------------------------------------------------------------------------------------------------------
    Description:
      A multi-paradigm numerical computing environment and programming language.

     Versions:
        matlab/r2016b
        matlab/r2017a

--------------------------------------------------------------------------------------------------------------------------------

Use module load to set up your environment, and then run matlab to start an interactive session.

module load matlab
matlab

If you have not configured a remote display MATLAB will start in text mode, but the MATLAB desktop is also supported.

ssh -X sunetid@rice.stanford.edu
module load matlab
matlab &

Legacy FarmShare Information

Jupyter

MATLAB can also be run in a Jupyter notebook on FarmShare servers and used via a web browser.

The MATLAB Jupyter kernel is available as part of the prebuilt Jupyter environment accessible via the Jupyter installation guide.

Interactive Matlab

Info here: Matlab-interactive

Parallel Matlab

Info here: Matlab-parallel

Personal tools
Toolbox
LANGUAGES