登录
首页 » matlab » chap3

chap3

于 2013-10-31 发布 文件大小:19KB
0 156
下载积分: 1 下载次数: 6

代码说明:

  《matlab应用大全》赵海滨编著,清华大学出版社,主讲数组与矩阵分析(The application of matlab Zhao Haibin compiled, tsinghua university press, speaker array and matrix analysis)

文件列表:

chap3
.....\chap3_1.m,86,2011-06-07
.....\chap3_10.m,70,2011-06-07
.....\chap3_11.m,58,2011-06-07
.....\chap3_12.m,53,2011-06-07
.....\chap3_13.m,85,2011-06-07
.....\chap3_14.m,95,2011-06-07
.....\chap3_15.m,90,2011-06-07
.....\chap3_16.m,82,2011-06-07
.....\chap3_17.m,87,2011-06-07
.....\chap3_18.m,107,2011-06-07
.....\chap3_19.m,83,2011-06-07
.....\chap3_2.m,296,2011-06-07
.....\chap3_20.m,78,2011-06-07
.....\chap3_21.m,116,2011-06-07
.....\chap3_22.m,74,2011-06-08
.....\chap3_23.m,111,2011-06-08
.....\chap3_24.m,100,2011-06-08
.....\chap3_25.m,72,2011-06-08
.....\chap3_26.m,106,2011-06-08
.....\chap3_27.m,150,2011-06-08
.....\chap3_28.m,101,2011-06-08
.....\chap3_29.m,69,2011-06-08
.....\chap3_3.m,83,2011-06-07
.....\chap3_30.m,100,2011-11-07
.....\chap3_31.m,76,2011-06-08
.....\chap3_32.m,85,2011-06-08
.....\chap3_33.m,66,2011-06-08
.....\chap3_34.m,73,2011-06-08
.....\chap3_35.m,129,2011-06-09
.....\chap3_36.m,81,2011-06-09
.....\chap3_37.m,99,2011-06-08
.....\chap3_38.m,106,2011-06-08
.....\chap3_39.m,80,2011-06-08
.....\chap3_4.m,108,2011-06-07
.....\chap3_40.m,87,2011-06-08
.....\chap3_41.m,140,2011-06-18
.....\chap3_42.m,110,2011-06-08
.....\chap3_43.m,112,2011-06-08
.....\chap3_44.m,119,2011-06-08
.....\chap3_45.m,126,2011-06-08
.....\chap3_46.m,117,2011-06-08
.....\chap3_47.m,131,2011-06-08
.....\chap3_48.m,74,2011-06-08
.....\chap3_49.m,73,2011-06-08
.....\chap3_5.m,122,2011-06-07
.....\chap3_50.m,68,2011-06-08
.....\chap3_51.m,71,2011-06-08
.....\chap3_52.m,74,2011-06-08
.....\chap3_53.m,64,2011-06-08
.....\chap3_54.m,70,2011-06-08
.....\chap3_55.m,83,2011-06-08
.....\chap3_56.m,76,2011-06-08
.....\chap3_57.m,82,2011-06-08
.....\chap3_58.m,54,2011-06-08
.....\chap3_59.m,83,2011-06-08
.....\chap3_6.m,91,2011-06-07
.....\chap3_60.m,64,2011-06-08
.....\chap3_61.m,78,2011-11-08
.....\chap3_62.m,81,2011-06-08
.....\chap3_63.m,81,2011-06-08
.....\chap3_64.m,94,2011-06-18
.....\chap3_65.m,87,2011-06-09
.....\chap3_66.m,81,2011-06-09
.....\chap3_67.m,126,2011-06-18
.....\chap3_68.m,95,2011-06-09
.....\chap3_69.m,105,2011-06-09
.....\chap3_7.m,98,2011-06-07
.....\chap3_70.m,70,2011-06-09
.....\chap3_71.m,141,2011-06-18
.....\chap3_72.m,117,2011-06-18
.....\chap3_73.m,69,2011-06-10
.....\chap3_74.m,133,2011-06-10
.....\chap3_75.m,126,2011-06-10
.....\chap3_76.m,102,2011-06-18
.....\chap3_77.m,120,2011-06-18
.....\chap3_78.m,67,2011-06-18
.....\chap3_79.m,63,2011-06-18
.....\chap3_8.m,72,2011-06-07
.....\chap3_80.m,83,2011-06-18
.....\chap3_81.m,75,2011-06-18
.....\chap3_82.m,68,2011-06-18
.....\chap3_83.m,126,2011-06-18
.....\chap3_84.m,125,2011-06-18
.....\chap3_9.m,81,2011-06-07
.....\chap8_85.m,97,2011-06-18
.....\chap8_86.m,67,2011-06-18
.....\chap8_87.m,122,2011-06-18
.....\data1.dat,26,2011-06-10

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

发表评论

0 个回复

  • fskd
    这是fskd频率调制的matlab代码程序,可以验证调制的效果。(fskd)
    2009-03-11 13:00:27下载
    积分:1
  • Rombegrg
    录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: (Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
    2009-12-28 22:03:42下载
    积分:1
  • MATLAB
    matlab简介,对初学者来说是一份很好的学习资料(Matlab Introduction, is a very good learning materials for beginners)
    2012-05-20 16:08:42下载
    积分:1
  • GIS_localization_envelop
    GIS特高频局部放电信号的包络线提取、并计算信号起始时刻,进而定位局放源位置。(Calculation of envelop of partial discharge UHF signals and the time of arrival. According to that ,the location of PD source can be determined.)
    2020-07-02 04:20:01下载
    积分:1
  • 1
    说明:  Canny Edge Detector Algorithm and Matlab Codes
    2009-03-13 13:55:46下载
    积分:1
  • RBF--and--BP
    用径向基神经网络和BP网络预测的源码,径向基神经网络优于BP网络预测。(With RBF neural network and BP network prediction source, RBF neural network is better than BP network prediction.)
    2014-12-22 22:39:40下载
    积分:1
  • Benulli
    Benulli映射产生的混沌序列,李雅普诺夫指数和倍周期分叉图(Benulli mapping of chaotic sequence, lyapunov index and period-doubling bifurcation diagrams)
    2014-02-27 12:37:27下载
    积分:1
  • new0
    小波变换 多尺度,canny,sobel,roberts,边缘融合(Wavelet multi-scale, canny, sobel, roberts, edge blending)
    2010-05-19 18:21:27下载
    积分:1
  • water
    watermarking on the bases of experiment and accuracy.................................
    2012-02-06 14:57:18下载
    积分:1
  • hide_textfiles
    steganograghy tool,hidetext files in an image
    2009-04-06 17:52:01下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载