rcs_rect_plate_gui.m
上传用户:szahd2008
上传日期:2020-09-25
资源大小:1275k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

Matlab

  1. function fig = rcs_rect_plate_driver()
  2. % This is the machine-generated representation of a Handle Graphics object
  3. % and its children.  Note that handle values may change when these objects
  4. % are re-created. This may cause problems with any callbacks written to
  5. % depend on the value of the handle at the time the object was saved.
  6. % This problem is solved by saving the output as a FIG-file.
  7. %
  8. % To reopen this object, just type the name of the M-file at the MATLAB
  9. % prompt. The M-file and its associated MAT-file must be on your path.
  10. % NOTE: certain newer features in MATLAB may not have been saved in this
  11. % M-file due to limitations of this format, which has been superseded by
  12. % FIG-files.  Figures which have been annotated using the plot editor tools
  13. % are incompatible with the M-file/MAT-file format, and should be saved as
  14. % FIG-files.
  15. load rcs_rect_plate_driver
  16. h0 = figure('Color',[0.8 0.8 0.8], ...
  17. 'Colormap',mat0, ...
  18. 'FileName','C:RSAchap2programsrcs_rect_plate_driver.m', ...
  19. 'PaperPosition',[18 180 576 432], ...
  20. 'PaperUnits','points', ...
  21. 'Position',[630 505 475 271], ...
  22. 'Tag','Fig1', ...
  23. 'ToolBar','none');
  24. h1 = uicontrol('Parent',h0, ...
  25. 'Units','points', ...
  26. 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
  27. 'Callback','rcs = rcs_rect_plate(a,b,freq);', ...
  28. 'ListboxTop',0, ...
  29. 'Position',[75 169.5 57 18.75], ...
  30. 'String','Go', ...
  31. 'Tag','Pushbutton1');
  32. h1 = uicontrol('Parent',h0, ...
  33. 'Units','points', ...
  34. 'Callback',mat1, ...
  35. 'ListboxTop',0, ...
  36. 'Position',[243.75 169.5 57 18.75], ...
  37. 'String','Quit', ...
  38. 'Tag','Pushbutton1');
  39. h1 = uicontrol('Parent',h0, ...
  40. 'Units','points', ...
  41. 'ListboxTop',0, ...
  42. 'Position',[19.5 94.5 92.25 17.25], ...
  43. 'String','short side: a - m', ...
  44. 'Tag','Pushbutton2');
  45. h1 = uicontrol('Parent',h0, ...
  46. 'Units','points', ...
  47. 'BackgroundColor',[1 1 1], ...
  48. 'Callback',mat2, ...
  49. 'ListboxTop',0, ...
  50. 'Position',[111.75 94.5 55.5 18.75], ...
  51. 'Style','edit', ...
  52. 'Tag','EditText1');
  53. h1 = uicontrol('Parent',h0, ...
  54. 'Units','points', ...
  55. 'BackgroundColor',[1 1 1], ...
  56. 'Callback',mat3, ...
  57. 'ListboxTop',0, ...
  58. 'Position',[113.25 38.25 55.5 18.75], ...
  59. 'Style','edit', ...
  60. 'Tag','EditText1');
  61. h1 = uicontrol('Parent',h0, ...
  62. 'Units','points', ...
  63. 'ListboxTop',0, ...
  64. 'Position',[20.25 38.25 92.25 17.25], ...
  65. 'String','long side: b - m', ...
  66. 'Tag','Pushbutton2');
  67. h1 = uicontrol('Parent',h0, ...
  68. 'Units','points', ...
  69. 'BackgroundColor',[1 1 1], ...
  70. 'Callback',mat4, ...
  71. 'ListboxTop',0, ...
  72. 'Position',[282.75 66.75 55.5 18.75], ...
  73. 'Style','edit', ...
  74. 'Tag','EditText1');
  75. h1 = uicontrol('Parent',h0, ...
  76. 'Units','points', ...
  77. 'ListboxTop',0, ...
  78. 'Position',[190.5 66.75 92.25 17.25], ...
  79. 'String','frequency - Hz', ...
  80. 'Tag','Pushbutton2');
  81. if nargout > 0, fig = h0; end