16 lines
177 B
Matlab
16 lines
177 B
Matlab
clc
|
|
% Êîìïèëèðóåò S-function
|
|
|
|
delete("wrapper_inu.mexw64")
|
|
delete("*.mexw64.pdb")
|
|
|
|
status=system('Inu\run_mex.bat debug')
|
|
|
|
|
|
if status==0
|
|
beep
|
|
else
|
|
error('Error!');
|
|
end
|
|
|