Simulacion En Matlab Antenas

Páginas: 3 (617 palabras) Publicado: 27 de septiembre de 2012
Grafica de radiación en 3D del campo producido por un anillo cargado en un punto fuera del eje por medio de matlab y GUI.



function varargout = anillo(varargin)
% ANILLO M-file for anillo.fig% ANILLO, by itself, creates a new ANILLO or raises the existing
% singleton*.
%
% H = ANILLO returns the handle to a new ANILLO or the handle to
% the existing singleton*.
%% ANILLO('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in ANILLO.M with the given input arguments.
%
% ANILLO('Property','Value',...) createsa new ANILLO or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before anillo_OpeningFcn gets called. An
% unrecognizedproperty name or invalid value makes property application
% stop. All inputs are passed to anillo_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allowsonly one
% instance to run (singleton)".
%
% See also: GUIDE, GUIDATA, GUIHANDLES

% Edit the above text to modify the response to help anillo

% Last Modified by GUIDE v2.5 15-Sep-201100:42:56

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...'gui_OpeningFcn', @anillo_OpeningFcn, ...
'gui_OutputFcn', @anillo_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
ifnargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end

if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
elsegui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
end

% --- Executes just before anillo is made visible.
function anillo_OpeningFcn(hObject, eventdata, handles, varargin)
% This...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Simulacion Reactor(Matlab)
  • Simulacion De Un Pll Con Matlab
  • Simulacion en matlab de modulacion am
  • Simulación en matlab de codificacion de huffman
  • N1 simulacion de osciladores con matlab guia
  • Simulacion En Matlab
  • Simulacion En Matlab
  • Electronica de potencia práctica y simulación con el simulink de matlab

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS