Go to the source code of this file.
|
Installation script of easyLink Library | Copyright (c) 2014 FEMTO-ST |
|
Installation script of easyLink Library CNRS | disp ('Installation of easyLink Library.') |
|
| disp (' ') |
|
| addpath (path) |
|
| disp ('Current easyLink folder has been added to the MATLAB path.') |
|
else | disp ('The path could not be saved for use in future sessions.') |
|
| disp ('Installation completed.') |
|
|
Installation script of easyLink Library | ENSMM |
|
Installation script of easyLink Library | UFC |
|
| path = fileparts( mfilename('fullpath') ) |
|
| r = input('Do you wish to save the current path for use in future MATLAB sessions [y/n]? ','s') |
|
◆ addpath()
◆ Copyright()
Installation script of easyLink Library Copyright |
( |
c |
| ) |
|
◆ disp() [1/5]
Installation script of easyLink Library CNRS disp |
( |
'Installation of easyLink Library.' |
| ) |
|
◆ disp() [2/5]
◆ disp() [3/5]
disp |
( |
'Current easyLink folder has been added to the MATLAB path.' |
| ) |
|
◆ disp() [4/5]
else disp |
( |
'The path could not be saved for use in future sessions.' |
| ) |
|
◆ disp() [5/5]
disp |
( |
'Installation completed.' |
| ) |
|
◆ ENSMM
Installation script of easyLink Library ENSMM |
◆ path
path = fileparts( mfilename('fullpath') ) |
if r = input('Do you wish to save the current path for use in future MATLAB sessions [y/n]? ','s') |
◆ UFC
Installation script of easyLink Library UFC |