?? wafertempcontroller.m
字號:
function B = wafertempcontroller(N,Rw,Tset)% wafertempcontroller.m A nonlinear equation model object constructor, derived% from the neqmodel class. Called as%% A = lampflux(N,Rw)%% INPUT PARAMETERS%% N : number of quadrature points% Rw : wafer radius, (m)% Tset : mean wafer temperature setpointS = quadgrid('cyln',N,'r',[0 Rw]);power = 0.5; % initial guess for power input fractionT = scalarfield(S,Tset);%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% set up an instance of the lampflux objectvar = assocarray({'power' power});param = assocarray({ 'T' T,'Tset',Tset});A = naemodel('wafertempcontroller',var,param);B = struct([]);B = class(B,'wafertempcontroller',A);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -