mexexts.m
来自「M2HTML by itself generates an HTML docum」· M 代码 · 共 16 行
M
16 行
function [ext, platform] = mexexts%List of Mex files extensions% MEXEXTS returns a cell array containing the Mex files platform% dependent extensions and another cell array containing the full names% of the corresponding platforms.%% See also MEX, MEXEXT% Copyright (C) 2003 Guillaume Flandin <Guillaume@artefact.tk>% $Revision: 1.0 $Date: 2003/29/04 17:33:43 $ext = {'.mexsol' '.mexhpux' '.mexhp7' '.mexrs6' '.mexsg' '.mexaxp' '.mexglx' ... '.mexlx' '.dll'};platform = {'SunOS' 'HP' 'HP700' 'IBM' 'SGI' 'Alpha' 'Linux x86' 'Linux' 'Windows'};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?