Skip to content

eedyyidi/matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Installation matlab

option 1

1. Copy the installation package to your folder

if you have your installation package, skip this step

if you have a matlab account,you can use this installation package

cd ~/tools
mkdir matlab
cd matlab
cp -r /home/eedy/tools/matlab/matlab_2023a .
chmod a+x -R ./*

2. Install matlab

cd matlab_2023a
./install

In the graphical interface, select your own installation path, e.g.:/home/eedy/tools/matlab/matlab2023a

3. Setup

Create an alias matlab in ~/.bash_profile file for easy activation, e.g.:

alias matlab='~/tools/matlab/matlab2023a/bin/matlab'

4. Test the installation

Run the following to test the installation

# if you make alias matlab
matlab

or

# if you do not make alias matlab
cd ~/tools/matlab/matlab2023a/bin
./matlab

option 2

1. Copy matlab to your folder

mkdir tools
cd ~/tools
mkdir matlab
cd matlab
cp -r /home/eedy/tools/matlab/matlab2023a .
chmod a+x -R ./*

2. Test the installation

Run the following to test the installation

cd ~/tools/matlab/matlab2023a/bin
./matlab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published