?? thanks.m
字號:
function t=thanks(varargin)
%This function is designed to reduce the load on the programme (to avoid repitition)
%This function present return back option for the ac switch part of acdc.m
%This programme runs with "acdc.m"
if (nargin == 0)
Data=1:64;Data=(Data'*Data)/64;
CreateStruct.WindowStyle='replace';
CreateStruct.Interpreter='tex';
h=msgbox('Is=Im/sqrt(2)','Equation','custom',Data,flag(64),CreateStruct);
pause(1)
closereq
msgbox('Thanx For Using My Programme ','','custom',Data,cool(64))
pause(1)
closereq
%************************************************************************
elseif (nargin ==1)
Data=1:64;Data=(Data'*Data)/64;
CreateStruct.WindowStyle='replace';
CreateStruct.Interpreter='tex';
h=msgbox('Is=Im/pi','Equation','custom',Data,flag(64),CreateStruct);
pause(1)
closereq
msgbox('Thanx For Using My Programme ','','custom',Data,hsv(64))
pause(1)
closereq
%*********************************************************************
elseif (nargin ==2)
Data=1:64;Data=(Data'*Data)/64;
CreateStruct.WindowStyle='replace';
CreateStruct.Interpreter='tex';
h=msgbox('Irms=Im/2','Equation','custom',Data,flag(64),CreateStruct);
pause(1)
closereq
msgbox('Thanx For Using My Programme ','','custom',Data,hot(64))
pause(1)
closereq
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -