Ubuntu学习记录

1 Matlab快捷方式设定:

  1. sudo gedit /usr/share/applications/Matlab2018a.desktop
  2. 然后输入
    [Desktop Entry]
    Categories=Application;Development;
    Comment=Matlab:科学计算的语言
    Encoding=UTF-8
    Exec=/usr/local/MATLAB/R2017b/bin/matlab -desktop -prefersoftwareopengl
    Icon=/usr/local/MATLAB/R2017b/toolbox/shared/dastudio/resources/MatlabIcon.png
    Name=MATLAB R2018a
    StartupNotify=true
    Terminal=false
    Type=Application

2 Matlab快捷键设定(ctrl+C,V设定)

  1. 在命令窗口中输入:preferences,调出preferences选择框;
  2. 然后,找到Keyboard下面的Shortcuts,在Active settings中找到window default set即可
    Ubuntu学习记录

3 Unable to locate package问题

  1. sudo apt-get update
  2. sudo apt-get upgrade