⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fsrhlp.m

📁 trabajos en matlab para verificar son muy buenos
💻 M
字号:
function fsrhlp
% FSRHLP Help file for FSRGUI

%============================================================
    tit_str= 'SYSTEM RESPONSE TO PERIODIC INPUTS';

    page1= ...                                          
        ['                                                 '
         ' This GUI plots the response to periodic inputs. '    
         '                                                 '
         ' Use the pop-up to select the signal type.       '
         ' Edit values for time period, duty ratio etc.    '
         ' Edit values for numerator and denominator of    '
         ' the system transfer function. Press ACCEPT.     '
         '                                                 '  
         ' Press PLOT to display results. if AUTOPLOT      '
         ' is on, plots are updated as edits are made.     '
         ' The convergence rate of the input and output    '
         ' is displayed in the convergence area.           '];
 

    page2= ...                                          
        [' SPECIAL FEATURES                                ' 
         '                                                 '
         ' CURSOR: Turn it on and then move and click      '
         ' the mouse button inside a plot to activate.     '
         ' The co-ordinates of the mouse are displayed in  '
         ' the upper right corner as you move the mouse.   '
         '                                                 '
         ' You can enter workspace variables into the      '
         ' numerator and denominator fields if prefixed    '
         ' by W. For example, the variable name xyz        '
         ' must be entered as Wxyz                         '
         '                                                 '
         '                                                 '
         ' M-FILE NAME:  fsrgui                            '];

    helpgui(tit_str,page1,page2);
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -