cluster:matlab
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cluster:matlab [2018/10/01 18:27] – created mcloughlin | cluster:matlab [2024/11/11 20:37] (current) – removed mcloughlin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Matlab ====== | ||
- | The cluster has Matlab R2013a and R2014a. | ||
- | |||
- | Using just the below command will also work, though it will give errors from failing to find a display:< | ||
- | |||
- | To run Matlab in batch mode, use the command < | ||
- | |||
- | This command will print the results of **your-file.m** onto the screen. If you want to redirect this to an output file, use < | ||
- | |||
- | ===== Graphics ===== | ||
- | You should bear in mind that the cluster excels at numerical analysis and NOT graphics. | ||
- | |||
- | If you want to create graphs, this is still possible. | ||
- | < | ||
- | h = plot(x,y) | ||
- | saveas(h,' | ||
- | </ | ||
- | |||
- | ===== Tomlab ===== | ||
- | The department has a license for Tomlab, which contains several optimization algorithms that improve on Matlab' | ||
- | |||
- | ===== Dynare ===== | ||
- | Dynare is able to handle large class of dynamic economic models, especially good for solving DSGE and OLG models. Dynare is currently available on the cluster as a toolbox. You will need to modify the access path by including the following line to your code: | ||
- | < | ||
- | addpath / | ||
- | </ | ||
- | |||
- | For more information on how to use Dynare visit the [[http:// | ||
- | |||
- | ===== Parallel ===== | ||
- | The cluster also has Matlab Parallel Computing Toolbox. |
cluster/matlab.1538418471.txt.gz · Last modified: 2018/10/01 18:27 (external edit)