browse_t.m

来自「matlab算法集 matlab算法集」· M 代码 · 共 23 行

M
23
字号

                               User Tips


   1. User programs which print to the command window should end  
      with the NLIB function wait.                                
                                                               
   2. To return to the NLIB example browser after running or      
      viewing an example, be sure to close all figure and edit     
      windows.                                                    
                                                               
   3. User scripts should be created in the folder user_mat, and  
      should be given names different from the example and problem   
      names.  First use Create User Script.  Then register it
      using Add Script to Browser.
    
   4. User scripts which draw figures using the built-in Matlab
      functions plot and surf should first open up a separate 
      figure window using the figure command (e.g. see prob413.m).
      
   5. To view examples, selected problems, and user scripts, 
      configure MATLAB to use the built-in editor under 
      File/Preferences.

⌨️ 快捷键说明

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