This commit is contained in:
2025-05-09 21:26:59 +03:00
commit 5e1364447e
2936 changed files with 2471676 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
% Компилирует S-function
clear, clc,
set = mex.getCompilerConfigurations('C', 'Selected');
Ts = 0.00001;
delete("*.mexw64")
delete("*.mexw64.pdb")
delete(".\MCU_Wrapper\Outputs\*.*");
status=system('.\MCU_Wrapper\run_mex.bat debug');
if status==0
beep
else
error('Error!');
end