?? plot.m
字號:
function plot(A)% plot.m Plot method for cvdtherm2eqndyn class%% INPUT/OUTPUT PARAMETERS% A : an object of cvdtherm2eqndyn classunpack(A)plot(Ta*Tw,Ta*Tq,2)grid onlegend('T_w','T_q')xlabel('time (s)','FontSize',14)ylabel('temp (K)','FontSize',14)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -