Hoffman2:Software Tools:Osprey: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Osprey== 1. Start an interactive session by, for example qrsh -l h_rt=2:00:00,h_data=24G 2. In the work node, run the following commands module load matlab/R2020a export MATLABPATH=/u/project/CCN/apps/spm12 matlab The command "matlab" will open Matlab GUI interface 3. Install Toolboxes") |
No edit summary |
||
Line 12: | Line 12: | ||
The command "matlab" will open Matlab GUI interface | The command "matlab" will open Matlab GUI interface | ||
3. Install Toolboxes | 3. Install "GUI Layout" and "Widgets" Toolboxes | ||
Open Matlab GUI and go to “Home” -> “Open” | |||
Then navigate to /u/project/CCN/apps/matlab and then choose file | |||
GUI Layout Toolbox 2.4.1.mltbx | |||
Then click “Open” button on the bottom. | |||
This will install GUI Layout toolbox. | |||
Repeat these steps for Widgets.Toolbox.1.5.1.mltbx. | |||
Then follow the same steps I sent yesterday to start Osprey and it should work. |
Revision as of 18:07, 13 March 2025
Osprey
1. Start an interactive session by, for example
qrsh -l h_rt=2:00:00,h_data=24G
2. In the work node, run the following commands
module load matlab/R2020a export MATLABPATH=/u/project/CCN/apps/spm12 matlab
The command "matlab" will open Matlab GUI interface
3. Install "GUI Layout" and "Widgets" Toolboxes
Open Matlab GUI and go to “Home” -> “Open” Then navigate to /u/project/CCN/apps/matlab and then choose file
GUI Layout Toolbox 2.4.1.mltbx
Then click “Open” button on the bottom. This will install GUI Layout toolbox.
Repeat these steps for Widgets.Toolbox.1.5.1.mltbx. Then follow the same steps I sent yesterday to start Osprey and it should work.