?? rtwmakecfg.m
字號:
%RTWMAKECFG adds include and source directories to rtw make files.
% makeInfo=RTWMAKECFG returns a structured array containing
% following field:
% makeInfo.includePath - cell array containing additional include
% directories. Those directories will be
% expanded into include instructions of rtw
% generated make files.
%
% makeInfo.sourcePath - cell array containing additional source
% directories. Those directories will be
% expanded into rules of rtw generated make
% files.
%
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.3 $
function makeInfo=rtwmakecfg()
makeInfo.includePath = {};
makeInfo.sourcePath = { ...
fullfile(matlabroot,'toolbox','fuzzy','fuzzy','src') };
disp('### Include Fuzzy Logic Toolbox directories');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -