?? makeinvcdf.m~
字號(hào):
if strcmp(computer,'PCWIN') mex RT_invcdf.c ipmpar.c dcdflib.celse %choose your own compiler flags for gnu -O2 is conservative but it will work... mex RT_invcdf.c ipmpar.c dcdflib.c CFLAGS='$CFLAGS -Wall -O2' %aggressive compilation by Intel ICC compiler on Linux worked as well (30% faster) mex /opt/intel/compiler60/ia32/lib/*.a RT_invcdf.c ipmpar.c dcdflib.c CC='icc' LD='gcc' CFLAGS='-parallel' ... COPTIMFLAGS='-ip -xK -O3'end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -