cc_staff
30
edits
No edit summary |
|||
Line 130: | Line 130: | ||
<!--T:16--> | <!--T:16--> | ||
# Choose a version of MATLAB by loading a module: | # Choose a version of MATLAB by loading a module: | ||
module load matlab/ | module load matlab/2023b.2 | ||
# Remove -singleCompThread below if you are using parallel commands: | # Remove -singleCompThread below if you are using parallel commands: | ||
matlab | matlab -singleCompThread -batch "cosplot" | ||
}} | }} | ||