登录
首页 » matlab » math_solutions

math_solutions

于 2009-02-02 发布 文件大小:45183KB
0 226
下载积分: 1 下载次数: 155

代码说明:

  《高等应用数学问题MATLAB求解》的PDF版及习题解答(《Higher Applied Mathematics MATLAB to solve the problem》of the PDF version and answer exercises)

文件列表:

chap1.pps
chap10.pps
chap2.pps
chap3.pps
chap4.pps
chap5.pps
chap6.pps
chap7.pps
chap8.pps
chap9.pps
math_solutions.pdf
readme.pps
《高等应用数学问题MATLAB求解》
..............................\chap1.pps
..............................\chap10.pps
..............................\chap2.pps
..............................\chap3.pps
..............................\chap4.pps
..............................\chap5.pps
..............................\chap6.pps
..............................\chap7.pps
..............................\chap8.pps
..............................\chap9.pps
..............................\readme.pps
例题全部代码
............\c1ex4mod.mdl
............\examp10_1.m
............\examp10_10.m
............\examp10_11.m
............\examp10_12.m
............\examp10_13.m
............\examp10_14.m
............\examp10_15.m
............\examp10_16.m
............\examp10_17.m
............\examp10_18.m
............\examp10_19.m
............\examp10_2.m
............\examp10_20.m
............\examp10_21.m
............\examp10_22.m
............\examp10_23.m
............\examp10_24.m
............\examp10_25.m
............\examp10_28.m
............\examp10_29.m
............\examp10_3.m
............\examp10_30.m
............\examp10_31.m
............\examp10_32.m
............\examp10_33.m
............\examp10_34.m
............\examp10_35.m
............\examp10_36.m
............\examp10_37.m
............\examp10_38.m
............\examp10_39.m
............\examp10_4.m
............\examp10_5.m
............\examp10_6.m
............\examp10_7.m
............\examp10_8.m
............\examp10_9.m
............\examp1_1.m
............\examp1_2.m
............\examp1_3.m
............\examp1_4.m
............\examp1_5.m
............\examp2_1.asv
............\examp2_1.m
............\examp2_10.m
............\examp2_11.m
............\examp2_12.m
............\examp2_13.m
............\examp2_14.m
............\examp2_15.m
............\examp2_17.m
............\examp2_18.m
............\examp2_19.m
............\examp2_2.m
............\examp2_20.m
............\examp2_21.m
............\examp2_22.m
............\examp2_23.m
............\examp2_24.m
............\examp2_25.m
............\examp2_26.m
............\examp2_27.m
............\examp2_28.m
............\examp2_29.m
............\examp2_3.m
............\examp2_30.m
............\examp2_31.m
............\examp2_4.m
............\examp2_5.m
............\examp2_6.m
............\examp2_7.m
............\examp2_8.m
............\examp2_9.m
............\examp3_1.m

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

发表评论

0 个回复

  • matlab_hide_infomation
    利用mathlab进行信息隐藏的源代码文件,包含对信息的隐藏和提取,随机分布存储(The use of information hiding mathlab source code files, including hidden and extraction of information, random distribution of storage)
    2009-12-02 13:28:10下载
    积分:1
  • sharks_1.0
    小波分析在语音特征参数提取方面的应用,很实用,经测试!(Wavelet analysis in terms of the voice feature extraction!)
    2014-09-24 16:26:58下载
    积分:1
  • Matlabziliao
    说明:  一些MATLAB的学习资料,我个人觉得还挺有用,希望能对大家有所帮助!(Some MATLAB-learning materials, I personally think that' s kinda useful, hope you can help!)
    2010-03-21 09:57:36下载
    积分:1
  • FilterMainTest
    Different types of image filtering method
    2015-01-21 06:24:47下载
    积分:1
  • BinaryIntegerProg
    说明:  也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~ 付上matlab程序,有需要的自己拿吧。 function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name) f = load(f_file_name) A = load(A_file_name) b = load(b_file_name) Aeq = load(Aeq_file_name) Beq = load(beq_file_name) x = bintprog(f, A, b, Aeq, beq) fp = fopen(write_file_name, w ) fprintf(fp, d\n ,x) fclose(fp)(good daima!)
    2011-04-17 09:24:01下载
    积分:1
  • neidianfa-opf
    是关于使用内点法来研究的最优潮流计算。对于研究opf的具有一定帮助(Interior point method to study the optimal power flow calculation. Have some help for research opf)
    2013-03-30 09:29:59下载
    积分:1
  • 111
    几个简单的遗传算法例子,一般有点相关基础的都能看懂,很容易的。(Few simple examples of the genetic algorithm, based on the general correlation can understand a little bit, very easy.)
    2010-06-15 11:27:42下载
    积分:1
  • cc
    说明:  雷达信号理论的分析工具及其matlab 仿真, 可供学习使用。(Analysis tools for radar signals theory and mtlab simulink)
    2010-09-29 15:20:05下载
    积分:1
  • DSP-Matlab_Programs
    说明:  数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友(digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need)
    2006-05-09 01:47:35下载
    积分:1
  • matlab_image_roadtest
    AGV(自动导引车)路径识别系统的MATLAB实现,包括对图像进行灰度处理,阈值分割,二值化,开闭运算,边缘检测(AGV (automatic guided vehicles) MATLAB path to achieve recognition system, including gray-scale image processing, segmentation, thresholding, opening and closing operation, edge detection)
    2010-05-20 15:33:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载