?? mycos.cpp
字號:
#include "matlib.h"
#pragma hdrstop
#include "Mycos.h"
Mm Mycos(Mm x1, Mm x2) {
begin_scope
x1.setname("x1"); x2.setname("x2");
dMm(X); dMm(Y);
#line 1 "d:/matlab_c/matcom/mycos.m"
call_stack_begin;
#line 1 "d:/matlab_c/matcom/mycos.m"
// nargin, nargout entry code
double old_nargin=nargin_val; if (!nargin_set) nargin_val=2.0;
nargin_set=0;
double old_nargout=nargout_val; if (!nargout_set) nargout_val=0.0;
nargout_set=0;
// translated code
#line 2 "d:/matlab_c/matcom/mycos.m"
_ X = colon(x1,0.1,x2);
#line 3 "d:/matlab_c/matcom/mycos.m"
_ Y = cos(X);
#line 4 "d:/matlab_c/matcom/mycos.m"
_ plot((CL(X),Y));
call_stack_end;
// nargin, nargout exit code
nargin_val=old_nargin; nargout_val=old_nargout;
// function exit code
x1.setname(NULL); x2.setname(NULL);
return x_M;
end_scope
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -