登录
首页 » matlab » MATLAB-Programming

MATLAB-Programming

于 2013-11-08 发布 文件大小:3871KB
0 233
下载积分: 1 下载次数: 2

代码说明:

  Matlab编程(Stephen.J.Chapman编.刑树军.郑碧波译.),适用于初学者快速入门。(Matlab programming, suitable for beginners to get started quickly.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • moduam
    AM Modulation for Matlab
    2009-07-06 00:16:00下载
    积分:1
  • C3
    说明:   M-file for Project 1 on line parameters and circuit models in Chapter 3 m1.m determines the RLC parameters of the line from its physical description and then computes the ABCD matrix and the circuit parameters of the series RL, nominal pi and equivalent pi model of the line. It computes and plot the receiving-end real and reactive power circle diagram of the line assuming that the voltage magnitude at the sending- and receiving-end are kept constant.
    2010-03-03 17:19:23下载
    积分:1
  • panzoom
    与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。 我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。 panzoom(figureHandle,axesHandles) 添加到这个数字,只能到指定的坐标轴功能的处理。 panzoom(figureHandle,axesHandles,XLink的) panzoom(figureHandle,axesHandles,XLink的,雁联) 假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus. I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data. panzoom(figureHandle, axesHandles) Adds the functionality to that figure, ONLY to the axes handles specified. panzoom(figureHandle, axesHandles, xLink) panzoom(figureHandle, axesHandles, xLink, yLink) Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
    2011-05-15 17:52:58下载
    积分:1
  • adrc
    adrc控制器仿真,y一共四个文件,运行MAIN(adrc 2 freedom control)
    2021-01-26 09:58:37下载
    积分:1
  • aoe
    基于matlab的带传动多目标优化设计的目标函数文件和多目标优化设计的约束函数文件(Optimized design constraint file matlab function of belt drive multi-objective optimization design of the objective function and multi-objective-based file)
    2014-12-25 12:55:31下载
    积分:1
  • 83390042simulation_and_software_radio_for_mobile_c
    MATLAB中移动通信的仿真的用法,比较基本的,比如信号的产生 加噪等等(MATLAB, the simulation of mobile communications usage, more basic, such as signal plus noise, and so produce)
    2009-09-19 16:08:53下载
    积分:1
  • ica_ng
    说明:  盲信号分离中性能评价的串音误差分析的MATLAB程序(Performance Evaluation of blind signal separation in crosstalk error analysis of MATLAB program)
    2010-04-30 00:10:14下载
    积分:1
  • thirdcharpter
    《精通MATLAB与C/C++混合程序设计》刘维第二版( Proficient in MATLAB and C/C++ mixed programming design second edition of Liu Wei)
    2015-04-10 21:54:21下载
    积分:1
  • MultipleKernelLearning
    多核学习的学术论文,对深入了解和学习多核的爱好者提供帮助(Multiple Kernel Learning papers)
    2010-10-06 19:14:29下载
    积分:1
  • kmltoolbox_v1.4
    基于这个类的工具箱允许你创建在“Google地球”,许多不同的地块,由自动创建所需的基于XML的KML文件,而无需用户交互。 有了它,您可以创建: - 线图,散点图 - 二维和三维轮廓 - 2D和3D多边形 - 颤动地块 - 写在一个特定点的文本 - 将三维模型 - 覆盖图像 - 为图像传输更复杂的数字 - 文件夹,子文件夹,... 总相似图 - 动画三维模型到一个预定义的轨迹 安装到您的MATLAB路径工具箱,工具箱目录,并运行: >> kml.install 现在,每个功能和可用的参数文件。要查看帮助,在MATLAB中运行: >> kmldoc 或 >> kmldoc kml.plot%或任何其他可用的地块 如果你喜欢它,只是给我发电子邮件在说什么你使用它:) kml@rafael.aero。 灵感来自于原来的Google地球工具箱,但使用XML对象实现的,这使得它更容易使用。我只是检查在MATLAB 2011a释放,但它应该在旧版本的工作太... (让我知道如果不!)(Based on this class allows you to create a" toolbox in Google earth", many different plots, created automatically by the XML based on the KML file, without the need for user interaction. With it, you can create: - line graphs, scatter diagram -2D and 3D contour - 2D and3D polygon - fibrillation plots - written at a particular point in the text - the three-dimensional model - cover image For more complex digital image transmission Folder, subfolders, total similarity graph ... - Animated3D model into a predefined trajectory Install to your path to the MATLAB toolbox, toolbox directory, and run: > > kml.install Now, each function and the available parameter file. To view the help, running in the MATLAB: > > kmldoc Or > > kmldoc kml.plot or any other available plots If you like it, just email me say in what you use it ): kml@rafael.aero. Inspiration from the original Google earth toolbox, but using the XML object is achieved, which makes it easier to )
    2012-05-02 20:26:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载