登录
首页 » matlab » 源程序-Matlab仿真及其在光学课程中的应用1

源程序-Matlab仿真及其在光学课程中的应用1

于 2020-06-01 发布
0 178
下载积分: 1 下载次数: 0

代码说明:

说明:  matlab 在光学课程中的仿真应用源码(application of matlab in optical simulation)

文件列表:

chapter1\li_1_4_1.m, 18 , 2015-08-07
chapter2\li_2_1_1.m, 331 , 2015-08-10
chapter2\li_2_1_2.m, 68 , 2015-08-07
chapter2\li_2_1_3.m, 171 , 2015-08-07
chapter2\li_2_1_4.m, 149 , 2015-08-07
chapter2\li_2_1_5.m, 74 , 2015-08-07
chapter2\li_2_1_6.m, 74 , 2015-08-07
chapter2\li_2_3_1.m, 16 , 2015-08-07
chapter2\li_2_3_10.m, 62 , 2015-08-07
chapter2\li_2_3_11.m, 53 , 2015-08-07
chapter2\li_2_3_12.m, 95 , 2015-08-07
chapter2\li_2_3_2.m, 24 , 2015-08-07
chapter2\li_2_3_3.m, 18 , 2015-08-07
chapter2\li_2_3_4.m, 15 , 2015-08-07
chapter2\li_2_3_5.m, 29 , 2015-08-07
chapter2\li_2_3_6.m, 20 , 2015-08-07
chapter2\li_2_3_7.m, 40 , 2015-08-07
chapter2\li_2_3_8.m, 48 , 2015-08-07
chapter2\li_2_3_9.m, 76 , 2015-08-07
chapter2\li_2_4_1.m, 53 , 2015-08-07
chapter2\li_2_4_2.m, 41 , 2015-08-07
chapter2\li_2_4_3.m, 41 , 2015-08-07
chapter2\li_2_4_4.m, 35 , 2015-08-07
chapter2\li_2_4_5.m, 30 , 2015-08-07
chapter2\li_2_4_6.m, 29 , 2015-08-07
chapter2\li_2_4_7.m, 33 , 2015-08-07
chapter2\li_2_4_8.m, 72 , 2015-08-07
chapter2\li_2_5_1.m, 29 , 2015-08-07
chapter2\li_2_5_2.m, 37 , 2015-08-07
chapter2\li_2_5_3.m, 69 , 2015-08-07
chapter2\li_2_5_4.m, 27 , 2015-08-07
chapter2\li_2_5_5.m, 46 , 2015-08-07
chapter2\li_2_5_6.m, 43 , 2015-08-07
chapter2\li_2_5_7.m, 63 , 2015-08-07
chapter2\li_2_5_8.m, 27 , 2015-08-07
chapter2\li_2_5_9.m, 91 , 2015-08-07
chapter2\li_2_6_1.m, 252 , 2015-08-07
chapter2\li_2_6_2.m, 261 , 2015-08-07
chapter2\li_2_6_3.m, 101 , 2015-08-07
chapter2\li_2_7_1.m, 124 , 2015-08-07
chapter2\li_2_7_2.m, 59 , 2015-08-07
chapter2\li_2_7_3.m, 134 , 2015-08-07
chapter2\li_2_7_4.m, 600 , 2015-08-07
chapter2\li_2_7_5.m, 69 , 2015-08-07
chapter2\li_2_7_6.m, 65 , 2015-08-07
chapter2\li_2_7_7.m, 339 , 2015-08-07
chapter2\li_2_7_8.m, 563 , 2015-08-07
chapter2\li_2_7_9.m, 162 , 2015-08-07
chapter2\li_2_8_1.m, 76 , 2015-08-08
chapter2\li_2_8_2\change.m, 36 , 2015-08-08
chapter2\li_2_8_2\mean1.asv, 106 , 2015-08-08
chapter2\li_2_8_2\yunxingchengxu.asv, 376 , 2015-08-08
chapter2\li_2_8_3\mean1.m, 165 , 2015-08-08
chapter2\li_2_8_3\yunxingchengxu.m, 133 , 2015-08-08
chapter2\li_2_8_4.m, 361 , 2015-08-08
chapter2\li_2_8_5.m, 147 , 2015-08-08
chapter2\li_2_8_6.m, 141 , 2015-08-08
chapter2\li_2_8_7\collatz.m, 207 , 2015-08-08
chapter2\li_2_8_7.m, 204 , 2015-08-08
chapter2\li_2_8_2, 0 , 2016-12-21
chapter2\li_2_8_3, 0 , 2016-12-21
chapter2\li_2_8_7, 0 , 2016-12-21
chapter1, 0 , 2020-06-01
chapter2, 0 , 2016-12-21

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

发表评论

0 个回复

  • 3
    说明:  1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 (1, randomly generated a 5* 5 matrix A, elements in line with uniform distribution then randomly generated a 5* 5 matrix B, elements in line with normal distribution. Pairs of A and B to add, subtract, multiply, divide, comparison matrix operations, view the results of operations. 2, create a 5-order magic matrix, find A, determinant, eigenvalues, inverse, rank, trace, the condition number. 3, assuming that matrix, find A, LU decomposition, orthogonal decomposition, eigenvalue decomposition, singular value decomposition. 4, create a six-order unit of sparse matrix, and display all of its elements.)
    2009-11-19 14:09:39下载
    积分:1
  • Shamir_Sharing
    Secret Sharing Scheme
    2015-02-19 14:56:28下载
    积分:1
  • D和A算法
    简单的路径规划问题中的Dijkstra和A*算法(Dijkstra and A* algorithms for simple path planning problems)
    2017-08-24 23:13:34下载
    积分:1
  • Higher-Order_Spectral_Analysis_(HOSA)_Toolbox
    《高阶谱分析》源代码,包括高阶谱的计算,谱分析,模拟,等等(Higher-Order Spectral Analysis (HOSA) Toolbox)
    2010-08-14 10:53:20下载
    积分:1
  • tp_sinosoidal_triangular_carrier_regular_symmetri
    file contains a simulink modoel of inverter
    2010-10-31 15:16:28下载
    积分:1
  • voc-release1_win
    windows版本—voc-release1(deformable part model),原来版本是linux版本的,但是大部分习惯用windows的,所以我讲linux版本改成了windows的,下下来在windows环境下直接可以运行(voc-release1,deformable part model (run in windows environment))
    2014-01-13 15:53:58下载
    积分:1
  • Wavelet_OMP
    这个文件中包含了一些信息利用小波的图像重建(this file contains some information about image reconstruction by using wavelet)
    2012-10-02 13:41:29下载
    积分:1
  • 123456
    对信号的FFT变换和有随即噪声信号的FFT变换,适合初学者学习(FFT transform of the signal and then noise signal FFT transform, suitable for beginners to learn)
    2013-04-27 14:54:01下载
    积分:1
  • 运用matlab编写DNN
    说明:  运用matlab编写DNN程序,带有几个实例,有BP神经网络,relu,sigmod等~(Using matlab to write DNN program, with several examples, such as BP neural network, relu, sigmod, etc.~)
    2021-05-14 10:30:02下载
    积分:1
  • canny
    canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。(canny operator source code for a thesis on the edge detection can be modified on this basis.)
    2010-06-09 14:29:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载