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

传真(Fax)编程

开发平台:

Matlab

  1. function fig = rcs_ellipsoid_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_ellipsoid_driver
  16. h0 = figure('Color',[0.8 0.8 0.8], ...
  17. 'Colormap',mat0, ...
  18. 'FileName','C:RSAchap2programsrcs_ellipsoid_driver.m', ...
  19. 'PaperPosition',[18 180 576 432], ...
  20. 'PaperUnits','points', ...
  21. 'Position',[421 195 560 486], ...
  22. 'Tag','Fig1', ...
  23. 'ToolBar','none');
  24. h1 = axes('Parent',h0, ...
  25. 'Units','pixels', ...
  26. 'Box','on', ...
  27. 'CameraUpVector',[0 1 0], ...
  28. 'Color',[1 1 1], ...
  29. 'ColorOrder',mat1, ...
  30. 'Position',[52 176 398 275], ...
  31. 'Tag','Axes1', ...
  32. 'XColor',[0 0 0], ...
  33. 'XGrid','on', ...
  34. 'YColor',[0 0 0], ...
  35. 'YGrid','on', ...
  36. 'ZColor',[0 0 0], ...
  37. 'ZGrid','on');
  38. h2 = line('Parent',h1, ...
  39. 'Color',[0 0 1], ...
  40. 'Tag','Axes1Line1', ...
  41. 'XData',mat2, ...
  42. 'YData',mat3);
  43. h2 = text('Parent',h1, ...
  44. 'Color',[0 0 0], ...
  45. 'HandleVisibility','off', ...
  46. 'HorizontalAlignment','center', ...
  47. 'Position',[89.77329974811083 -27.62773722627738 17.32050807568877], ...
  48. 'String','Aspect angle - degrees', ...
  49. 'Tag','Axes1Text4', ...
  50. 'VerticalAlignment','cap');
  51. set(get(h2,'Parent'),'XLabel',h2);
  52. h2 = text('Parent',h1, ...
  53. 'Color',[0 0 0], ...
  54. 'HandleVisibility','off', ...
  55. 'HorizontalAlignment','center', ...
  56. 'Position',mat4, ...
  57. 'Rotation',90, ...
  58. 'String','RCS - dBsm', ...
  59. 'Tag','Axes1Text3', ...
  60. 'VerticalAlignment','baseline');
  61. set(get(h2,'Parent'),'YLabel',h2);
  62. h2 = text('Parent',h1, ...
  63. 'Color',[0 0 0], ...
  64. 'HandleVisibility','off', ...
  65. 'HorizontalAlignment','right', ...
  66. 'Position',[-23.57682619647355 8.832116788321166 17.32050807568877], ...
  67. 'Tag','Axes1Text2', ...
  68. 'Visible','off');
  69. set(get(h2,'Parent'),'ZLabel',h2);
  70. h2 = text('Parent',h1, ...
  71. 'Color',[0 0 0], ...
  72. 'HandleVisibility','off', ...
  73. 'HorizontalAlignment','center', ...
  74. 'Position',[89.77329974811083 5.766423357664234 17.32050807568877], ...
  75. 'Tag','Axes1Text1', ...
  76. 'VerticalAlignment','bottom');
  77. set(get(h2,'Parent'),'Title',h2);
  78. h1 = uicontrol('Parent',h0, ...
  79. 'Units','points', ...
  80. 'Callback','[rcs_db] = rcs_ellipsoid (a, b, c, phi);', ...
  81. 'ListboxTop',0, ...
  82. 'Position',[357 280.5 37.5 18.75], ...
  83. 'String','Go', ...
  84. 'Tag','Pushbutton1');
  85. h1 = uicontrol('Parent',h0, ...
  86. 'Units','points', ...
  87. 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
  88. 'Callback',mat5, ...
  89. 'ListboxTop',0, ...
  90. 'Position',[357.75 253.5 37.5 18.75], ...
  91. 'String','Quit', ...
  92. 'Tag','Pushbutton1');
  93. h1 = uicontrol('Parent',h0, ...
  94. 'Units','points', ...
  95. 'ListboxTop',0, ...
  96. 'Position',[18.75 75.75 112.5 18.75], ...
  97. 'String','ellipsoid a-radius - m', ...
  98. 'Tag','Pushbutton2');
  99. h1 = uicontrol('Parent',h0, ...
  100. 'Units','points', ...
  101. 'BackgroundColor',[1 1 1], ...
  102. 'Callback','a = str2num(get(gco,''string''));', ...
  103. 'ListboxTop',0, ...
  104. 'Position',[132 74.25 56.25 21.75], ...
  105. 'String','.25', ...
  106. 'Style','edit', ...
  107. 'Tag','EditText1');
  108. h1 = uicontrol('Parent',h0, ...
  109. 'Units','points', ...
  110. 'BackgroundColor',[1 1 1], ...
  111. 'Callback',mat6, ...
  112. 'ListboxTop',0, ...
  113. 'Position',[132 34.5 56.25 21.75], ...
  114. 'String','.20', ...
  115. 'Style','edit', ...
  116. 'Tag','EditText1');
  117. h1 = uicontrol('Parent',h0, ...
  118. 'Units','points', ...
  119. 'ListboxTop',0, ...
  120. 'Position',[18.75 36 112.5 18.75], ...
  121. 'String','ellipsoid b-radius - m', ...
  122. 'Tag','Pushbutton2');
  123. h1 = uicontrol('Parent',h0, ...
  124. 'Units','points', ...
  125. 'ListboxTop',0, ...
  126. 'Position',[224.25 34.5 112.5 18.75], ...
  127. 'String','roll angle - deg.', ...
  128. 'Tag','Pushbutton2');
  129. h1 = uicontrol('Parent',h0, ...
  130. 'Units','points', ...
  131. 'BackgroundColor',[1 1 1], ...
  132. 'Callback',mat7, ...
  133. 'ListboxTop',0, ...
  134. 'Position',[338.25 33 56.25 21.75], ...
  135. 'String','45.', ...
  136. 'Style','edit', ...
  137. 'Tag','EditText1');
  138. h1 = uicontrol('Parent',h0, ...
  139. 'Units','points', ...
  140. 'BackgroundColor',[1 1 1], ...
  141. 'Callback','c = str2num(get(gco,''string''));', ...
  142. 'ListboxTop',0, ...
  143. 'Position',[338.25 72.75 56.25 21.75], ...
  144. 'String','.995', ...
  145. 'Style','edit', ...
  146. 'Tag','EditText1');
  147. h1 = uicontrol('Parent',h0, ...
  148. 'Units','points', ...
  149. 'ListboxTop',0, ...
  150. 'Position',[225 74.25 112.5 18.75], ...
  151. 'String','ellipsoid c-radius - m', ...
  152. 'Tag','Pushbutton2');
  153. if nargout > 0, fig = h0; end