запущен проект motor identification c терминалкой
This commit is contained in:
14
Inu_im_1wnd_3lvl/allmex.m
Normal file
14
Inu_im_1wnd_3lvl/allmex.m
Normal file
@@ -0,0 +1,14 @@
|
||||
% Êîìïèëèðóåò S-function
|
||||
currFolder = cd;
|
||||
cd([currFolder, '\Inu']);
|
||||
|
||||
mex -D"ML" ...
|
||||
-I"F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\include" ...
|
||||
-outdir F:\Work\Projects\MATLAB\Drives_lib_new\Inu_im_1wnd_3lvl ...
|
||||
wrapper_inu.c controller.c init28335.c detcoeff.c isr.c main.c param.c upr.c estimate.c...
|
||||
F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\source\C28x_FPU_FastRTS.c ...
|
||||
F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\source\DSP2833x_GlobalVariableDefs.c ...
|
||||
-g
|
||||
|
||||
cd(currFolder);
|
||||
clear currFolder
|
||||
Reference in New Issue
Block a user