CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab plot

搜索资源列表

  1. PCA-matlab

    1下载:
  2. 此程序为用于主成分分析的matlab程序,可以输出贡献率及画出二维散点图-this procedure for the Principal Component Analysis Matlab procedures can export contribution rate and the two-dimensional plot paint
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4150
    • 提供者:林子
  1. Matlab

    1下载:
  2. Matlab小问题 问: Matlab仿真中怎样编辑Scope中的图象??? 答: 实现的方法有以下的几种: 1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可; 2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框 中指定变量名,然后用plot命令画出; 3)直接在模型上再加一个,to Workplace模块,也用plot画出; 4) 等scope显
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5901
    • 提供者:wupeng
  1. plot

    0下载:
  2. 利用VB和Matrix控件(Matlab)绘制简单图形。-use VB and Matrix Control (Matlab) drawing simple graphics.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2191
    • 提供者:鲁班
  1. plot

    1下载:
  2. Matlab经典算法与程序之绘图,包括M文件和一个PPS教程
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22785
    • 提供者:刘东
  1. plot

    0下载:
  2. matlab的绘图程序,希望对大家有用。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22910
    • 提供者:YangJiang
  1. plot

    0下载:
  2. 利用matlab对柱图与线图双坐标的设置;多个图利的并排设置(线图,柱图)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3297
    • 提供者:songli
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. CIC滤波器matlab代码

    0下载:
  2. CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
  3. 所属分类:源码下载

  1. matlab-nc 绘制矢量流场图

    2下载:
  2. 绘制矢量流场图。这对研究矢量的导数来说是重要的,而且富有启发性。 -plot current vector figure matlab。 it is interesting and enlightening to consider the derivative of a vector.
  3. 所属分类:matlab例程

    • 发布日期:2015-06-10
    • 文件大小:693248
    • 提供者:vincent
  1. skyplot.zip

    0下载:
  2. 这是用于生成GPS星空图的一个c++程序,C++ code for creating a polar plot of GPS satellites
  3. 所属分类:GPS develop

    • 发布日期:2017-03-23
    • 文件大小:204737
    • 提供者:dcbx
  1. sphere3d.rar

    2下载:
  2. 3d球坐标 球坐标绘图 直角转极坐标 画三维图, SPHERE3D(Zin,theta_min,theta_max,phi_min,phi_max,Rho,meshscale) plots the 3D profile Zin as a mesh plot on a spherical surface of radius Rho, between horizontal sweep angles theta_min and
  3. 所属分类:3D Graphic

    • 发布日期:2017-01-16
    • 文件大小:6833
    • 提供者:凌子
  1. hurstcaculate.rar

    0下载:
  2. hurst指数估计 This function does dispersional analysis on a data series, then does a Matlab polyfit to a log-log plot to estimate the Hurst exponent of the series. This algorithm is far faster than a full-blown implementation of Hurst s
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:966
    • 提供者:陈华
  1. matlab

    0下载:
  2. 以数据的第一列做横坐标,其他做纵坐标来作图。 还有我自己做的matlab的ppt-The first column of data to do horizontal, vertical coordinates to plot the other to do. And myself to do the ppt matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:761544
    • 提供者:wangguiyun
  1. TSP

    0下载:
  2. traveling salesman problem using matlab plot
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:12288
    • 提供者:mechps
  1. plotdrawing

    0下载:
  2. 利用MATLAB的plot类函数进行多方面画图。(Using the plot class function of MATLAB for multifaceted drawing.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:诚意03
  1. plot画图断开坐标code

    0下载:
  2. 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的0值,这时需要把坐标轴断开显示,本程序配合MATLAB的plot函数,能够实现美观化处理,是写文章的必备技巧!(When writing an article, you often encounter a picture to draw, but the effective information is only a little. There are a large number of 0 values in the middle.
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:21504
    • 提供者:reyond
  1. gridfit

    0下载:
  2. 这是一个非常有用的程序,能够用来对已有的数据进行拟合,便于图形显示。(this program can be used to Interpolate, and smooth, add data points,Graphics display, matlab drawing.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:金光大道
  1. files_plotcode

    0下载:
  2. MATLAB code about plotting the figures of a paper
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:25600
    • 提供者:MHBMHBMHB
  1. sim2

    0下载:
  2. MATLAB code related to plotting figure
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:MHBMHBMHB
  1. Modulation

    0下载:
  2. MATLAB code related to plotting figure and modulation of signals
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:14336
    • 提供者:MHBMHBMHB
« 1 2 3 45 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com