zoukankan      html  css  js  c++  java
  • ubuntu_matlab2012b_install

    安装包:https://yoloh3.github.io/linux/2016/11/18/install-matlab-2012-linux/

    这个网址的具体内容:

    File install matlab 2012b for unix 64 bit:

    File crack matlab 2012b for linux 64 bit:  (这个失效了,用下面的dat文件代替)

    First, open your folder contains file r2012_unix.iso. Open terminal, enter the command:

    	sudo mount -t iso9660 -o ro,loop,noauto r2012b_unix.iso /mnt
    	cd /mnt
    	sudo ./install
    

    Install matlab by GUI, check install without internet, use this key:

    • 54433-42422-42196-01350-12755-09842

    Choose custom, change the directory become:

    • home/your_user_name/matlab

    Next, active software with file matlab2012b_std.dat. If you can’t active your software, you don’t worry, be continue. After installed matlab, open terminal and enter the command:

    	cd /home/your_user_name/matlab/bin
    	sudo ./matlab
    

    Active software with file matlab2012b_std.dat. This is my result. :D

    Matlab result

    license activate:

    链接: https://pan.baidu.com/s/1jHLUEyU 密码: iv3m

    用其中的standalone.dat

  • 相关阅读:
    LeetCode-Maximum Gap
    LintCode-Implement Queue by Stacks
    LintCode-Search Range in Binary Search Tree
    LintCode-BackPack II
    LintCode-Minimum Subarray
    LintCode-Sort Letters by Case
    LintCode-Longest Common Subsequence
    POJ 2226
    POJ 2724
    POJ 3692
  • 原文地址:https://www.cnblogs.com/chinaevanliu/p/9920679.html
Copyright © 2011-2022 走看看