zoukankan      html  css  js  c++  java
  • install matlab R2009b under my ubuntu

    Find the matlab installation ISO is the primary thing , just don't forget the Google that will help you . After that you need to mount it to get the file from the ISO ,
    • sudo mount -o loop,iocharset=gb2312 /path/to/matlab.iso /path/to/put/installation/file
    Make sure you owe the /path/to/put/installation/file If not just make new folder with your own account or
    • sudo ./install
    A dialog will pop up then choose the option of
    • without using internet
    OK->YES->choose /path/to/intall/matlab ->OK ,a dialog request installation key ,fill in
    • 55013-56979-18948-50009-49060
    The next is OK.
    If you get the prompt
    • /lib/libc.so.6: not found
    • For 64 bit:
    • sudo ln -s /lib64/x86_64-linux-gnu/libc-2.13.so /lib64/libc.so.6
    • For 32 bit:
    • sudo ln -s /lib/i386-linux-gnu/libc-2.13.so /lib/libc.so.6
    • After install complete , try it
    • cd /path/to/install/matlab
    • ./matlab
    • A dialog request avtivate :
    • without internet -> next ->/path/to/put/installation/crack/lic_standalone.dat
    Done.
  • 相关阅读:
    Robot Framework + Selenium library + IEDriver环境搭建
    【转】大话测试数据(一)
    TEST DESIGN TECHNIQUES: AN OVERVIEW
    24 WHEN CAN WE STOP TESTING?
    MySql Trace
    ORGANISING THE TEST CASES
    angular教程
    vue报错一
    sort()
    时间戳
  • 原文地址:https://www.cnblogs.com/benhuan/p/3302048.html
Copyright © 2011-2022 走看看