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

传真(Fax)编程

开发平台:

Matlab

  1. function fig = rcs_cylinder_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_cylinder_driver
  16. h0 = figure('Color',[0.8 0.8 0.8], ...
  17. 'Colormap',mat0, ...
  18. 'FileName','C:RSAchap2programsrcs_cylinder_driver.m', ...
  19. 'PaperPosition',[18 180 576 432], ...
  20. 'PaperUnits','points', ...
  21. 'Position',[541 356 560 458], ...
  22. 'Tag','Fig1', ...
  23. 'ToolBar','none');
  24. h1 = axes('Parent',h0, ...
  25. 'Units','pixels', ...
  26. 'CameraUpVector',[0 1 0], ...
  27. 'Color',[1 1 1], ...
  28. 'ColorOrder',mat1, ...
  29. 'Position',[51 150 401 277], ...
  30. 'Tag','Axes1', ...
  31. 'XColor',[0 0 0], ...
  32. 'YColor',[0 0 0], ...
  33. 'ZColor',[0 0 0]);
  34. h2 = text('Parent',h1, ...
  35. 'Color',[0 0 0], ...
  36. 'HandleVisibility','off', ...
  37. 'HorizontalAlignment','center', ...
  38. 'Position',[0.4975000000000001 -0.08695652173913038 9.160254037844386], ...
  39. 'Tag','Axes1Text4', ...
  40. 'VerticalAlignment','cap');
  41. set(get(h2,'Parent'),'XLabel',h2);
  42. h2 = text('Parent',h1, ...
  43. 'Color',[0 0 0], ...
  44. 'HandleVisibility','off', ...
  45. 'HorizontalAlignment','center', ...
  46. 'Position',[-0.07250000000000001 0.4963768115942029 9.160254037844386], ...
  47. 'Rotation',90, ...
  48. 'Tag','Axes1Text3', ...
  49. 'VerticalAlignment','baseline');
  50. set(get(h2,'Parent'),'YLabel',h2);
  51. h2 = text('Parent',h1, ...
  52. 'Color',[0 0 0], ...
  53. 'HandleVisibility','off', ...
  54. 'HorizontalAlignment','right', ...
  55. 'Position',[-0.1275 1.11231884057971 9.160254037844386], ...
  56. 'Tag','Axes1Text2');
  57. set(get(h2,'Parent'),'ZLabel',h2);
  58. h2 = text('Parent',h1, ...
  59. 'Color',[0 0 0], ...
  60. 'HandleVisibility','off', ...
  61. 'HorizontalAlignment','center', ...
  62. 'Position',mat2, ...
  63. 'Tag','Axes1Text1', ...
  64. 'VerticalAlignment','bottom');
  65. set(get(h2,'Parent'),'Title',h2);
  66. h1 = uicontrol('Parent',h0, ...
  67. 'Units','points', ...
  68. 'Callback','[rcs] = rcs_cylinder (r, h, freq);', ...
  69. 'ListboxTop',0, ...
  70. 'Position',[375.75 279.75 36.75 19.5], ...
  71. 'String','Go', ...
  72. 'Tag','Pushbutton1');
  73. h1 = uicontrol('Parent',h0, ...
  74. 'Units','points', ...
  75. 'Callback','close all', ...
  76. 'ListboxTop',0, ...
  77. 'Position',[375.75 245.25 36.75 19.5], ...
  78. 'String','Quit', ...
  79. 'Tag','Pushbutton1');
  80. h1 = uicontrol('Parent',h0, ...
  81. 'Units','points', ...
  82. 'ListboxTop',0, ...
  83. 'Position',[38.25 57 112.5 18], ...
  84. 'String','frequency - Hz', ...
  85. 'Tag','Pushbutton2');
  86. h1 = uicontrol('Parent',h0, ...
  87. 'Units','points', ...
  88. 'BackgroundColor',[1 1 1], ...
  89. 'Callback',mat3, ...
  90. 'ListboxTop',0, ...
  91. 'Position',[151.5 57 54.75 18], ...
  92. 'Style','edit', ...
  93. 'Tag','EditText1');
  94. h1 = uicontrol('Parent',h0, ...
  95. 'Units','points', ...
  96. 'BackgroundColor',[1 1 1], ...
  97. 'Callback',mat4, ...
  98. 'ListboxTop',0, ...
  99. 'Position',[354.75 55.5 54.75 18], ...
  100. 'Style','edit', ...
  101. 'Tag','EditText1');
  102. h1 = uicontrol('Parent',h0, ...
  103. 'Units','points', ...
  104. 'ListboxTop',0, ...
  105. 'Position',[241.5 55.5 112.5 18], ...
  106. 'String','cylinder length - m', ...
  107. 'Tag','Pushbutton2');
  108. h1 = uicontrol('Parent',h0, ...
  109. 'Units','points', ...
  110. 'BackgroundColor',[1 1 1], ...
  111. 'Callback',mat5, ...
  112. 'ListboxTop',0, ...
  113. 'Position',[246 21 54.75 18], ...
  114. 'Style','edit', ...
  115. 'Tag','EditText1');
  116. h1 = uicontrol('Parent',h0, ...
  117. 'Units','points', ...
  118. 'ListboxTop',0, ...
  119. 'Position',[132.75 21 112.5 18], ...
  120. 'String','cylinder radius - m', ...
  121. 'Tag','Pushbutton2');
  122. if nargout > 0, fig = h0; end