SM_ADC  1.0
Приём данных АЦП через разделяемую память
Functions | Variables
install.m File Reference

Go to the source code of this file.

Functions

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.')
 

Variables

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')
 

Function Documentation

◆ addpath()

addpath ( path  )

◆ Copyright()

Installation script of easyLink Library Copyright ( )

◆ disp() [1/5]

Installation script of easyLink Library CNRS disp ( 'Installation of easyLink Library.'  )

◆ disp() [2/5]

end end disp ( ' '  )

◆ 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.'  )

Variable Documentation

◆ ENSMM

Installation script of easyLink Library ENSMM

Definition at line 2 of file install.m.

◆ path

path = fileparts( mfilename('fullpath') )

Definition at line 7 of file install.m.

◆ r

if r = input('Do you wish to save the current path for use in future MATLAB sessions [y/n]? ','s')

Definition at line 13 of file install.m.

◆ UFC

Installation script of easyLink Library UFC

Definition at line 2 of file install.m.