No BSD License  

Highlights from
Power Electronics

from Power Electronics by MUHAMMAD RIZWAN
Get the answers and plots for various formulaes of power electronics.

t=thanks(varargin)
 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

Contact us at files@mathworks.com