• 大小: 44KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: MATAB  GUI  Smith  

资源简介

MATLAB、GUI、Smith圆图、Smith.m文件,和Smith.fig文件一起实现Smith圆图的计算,根据输入绘制圆图,输入阻抗输入导纳等,根据鼠标绘制动态绘制归一化阻抗归一化导纳等功能

资源截图

代码片段和文件信息

function varargout = Smith(varargin)
% SMITH MATLAB code for Smith.fig
%      SMITH by itself creates a new SMITH or raises the existing
%      singleton*.
%
%      H = SMITH returns the handle to a new SMITH or the handle to
%      the existing singleton*.
%
%      SMITH(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in SMITH.M with the given input arguments.
%
%      SMITH(‘Property‘‘Value‘...) creates a new SMITH or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before smith_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to smith_OpeningFcn via varargin.
%
%      *See GUI Options o

评论

共有 条评论