STM MATLAB Simulator
Loading...
Searching...
No Matches
F:/Work/Projects/MATLAB/matlab_stm_emulate/mexing.m
Go to the documentation of this file.
1
% Компилирует S-function
2
clear, clc,
3
4
set = mex.
getCompilerConfigurations
('C', 'Selected');
5
6
Ts
= 0.000001;
7
8
delete
(
"*.mexw64"
)
9
delete
(
"*.mexw64.pdb"
)
10
delete
(
".\MCU_Wrapper\Outputs\*.*"
);
11
12
status
=system(
'.\MCU_Wrapper\run_mex.bat debug'
);
13
14
if
status
==0
15
beep
16
else
17
error(
'Error!'
);
18
end
19
getCompilerConfigurations
'C', 'Selected' getCompilerConfigurations()
status
status
Definition
mexing.m:12
Ts
Ts
Definition
mexing.m:6
Generated by
1.10.0