Top Header

Date

Topic Description

content, content, content ....
content, content, content ....
content, content, content ....

October 22, 2018

Some useful diskutil commands

Below disk refers to an entire physical disk and volume refers 
to a partition.

List all disks even if it is not mounted.
# diskutil list

# diskutil mountDisk disk2     (mount full disk)
# diskutil unmountDisk disk2
# diskutil mountDisk disk2s4   (mount a particular volume)

October 6, 2018

Default Matlab is 9.4 (R2018a)

Our default matlab is now  Matlab version 9.4 (2018a). 
This means when you execute  matlab  or  MATLAB.app   under /share
you will invoke Matlab 9.4.   Note that the  matlab and MATLAB.app work  
for both macOS and Linux and are double clickable for both OS.  

If you don't need the GUI frontend of matlab, you may just do
from a terminal the following.

   matlab -nodesktop -nodisplay

For your reference, here is the matlab support map for all its supported platforms.