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

传真(Fax)编程

开发平台:

Matlab

  1. function fig = rcs_frustum_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_frustum_driver
  16. h0 = figure('Color',[0.8 0.8 0.8], ...
  17. 'Colormap',mat0, ...
  18. 'FileName','C:RSAchap2programsrcs_frustum_driver.m', ...
  19. 'PaperPosition',[18 180 576 432], ...
  20. 'PaperUnits','points', ...
  21. 'Position',[418 155 560 527], ...
  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',[53 252 396 225], ...
  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.4987341772151899 -0.1071428571428572 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.07341772151898736 0.4955357142857142 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',mat2, ...
  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',[0.4987341772151899 1.03125 9.160254037844386], ...
  63. 'Tag','Axes1Text1', ...
  64. 'VerticalAlignment','bottom');
  65. set(get(h2,'Parent'),'Title',h2);
  66. h1 = uicontrol('Parent',h0, ...
  67. 'Units','points', ...
  68. 'Callback',mat3, ...
  69. 'ListboxTop',0, ...
  70. 'Position',[369.75 318 41.25 20.25], ...
  71. 'String','Go', ...
  72. 'Tag','Pushbutton1');
  73. h1 = uicontrol('Parent',h0, ...
  74. 'Units','points', ...
  75. 'Callback','close all', ...
  76. 'ListboxTop',0, ...
  77. 'Position',[370.5 285.75 41.25 20.25], ...
  78. 'String','Quit', ...
  79. 'Tag','Pushbutton1');
  80. h1 = uicontrol('Parent',h0, ...
  81. 'Units','points', ...
  82. 'ListboxTop',0, ...
  83. 'Position',[37.5 93 113.25 19.5], ...
  84. 'String','small end radius - m', ...
  85. 'Tag','Pushbutton2');
  86. h1 = uicontrol('Parent',h0, ...
  87. 'Units','points', ...
  88. 'BackgroundColor',[1 1 1], ...
  89. 'Callback',mat4, ...
  90. 'ListboxTop',0, ...
  91. 'Position',[150.75 93.75 54 18], ...
  92. 'String','.0205', ...
  93. 'Style','edit', ...
  94. 'Tag','EditText1');
  95. h1 = uicontrol('Parent',h0, ...
  96. 'Units','points', ...
  97. 'BackgroundColor',[1 1 1], ...
  98. 'Callback',mat5, ...
  99. 'ListboxTop',0, ...
  100. 'Position',[150.75 57.75 54 18], ...
  101. 'String','.05753', ...
  102. 'Style','edit', ...
  103. 'Tag','EditText1');
  104. h1 = uicontrol('Parent',h0, ...
  105. 'Units','points', ...
  106. 'ListboxTop',0, ...
  107. 'Position',[37.5 57 113.25 19.5], ...
  108. 'String','large end radius - m', ...
  109. 'Tag','Pushbutton2');
  110. h1 = uicontrol('Parent',h0, ...
  111. 'Units','points', ...
  112. 'BackgroundColor',[1 1 1], ...
  113. 'Callback','h = str2num(get(gco,''string''));', ...
  114. 'ListboxTop',0, ...
  115. 'Position',[149.25 19.5 54 18], ...
  116. 'String','.20994', ...
  117. 'Style','edit', ...
  118. 'Tag','EditText1');
  119. h1 = uicontrol('Parent',h0, ...
  120. 'Units','points', ...
  121. 'ListboxTop',0, ...
  122. 'Position',[36 19.5 113.25 19.5], ...
  123. 'String','length - m', ...
  124. 'Tag','Pushbutton2');
  125. h1 = uicontrol('Parent',h0, ...
  126. 'Units','points', ...
  127. 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
  128. 'Callback','indicator = 1;', ...
  129. 'ListboxTop',0, ...
  130. 'Position',[280.5 111 132 21], ...
  131. 'String','viewing from large end', ...
  132. 'Tag','Pushbutton3');
  133. h1 = uicontrol('Parent',h0, ...
  134. 'Units','points', ...
  135. 'Callback','indicator = 0;', ...
  136. 'ListboxTop',0, ...
  137. 'Position',[280.5 72.75 132 21], ...
  138. 'String','viewing from small end', ...
  139. 'Tag','Pushbutton3');
  140. h1 = uicontrol('Parent',h0, ...
  141. 'Units','points', ...
  142. 'BackgroundColor',[1 1 1], ...
  143. 'Callback',mat6, ...
  144. 'ListboxTop',0, ...
  145. 'Position',[149.25 129.75 54 18], ...
  146. 'Style','edit', ...
  147. 'Tag','EditText1');
  148. h1 = uicontrol('Parent',h0, ...
  149. 'Units','points', ...
  150. 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
  151. 'ListboxTop',0, ...
  152. 'Position',[36 129 113.25 19.5], ...
  153. 'String','frequency - Hz', ...
  154. 'Tag','Pushbutton2');
  155. if nargout > 0, fig = h0; end