Welcome![Sign In][Sign Up]
Location:
Search - matlab files

Search list

[Other resourceMatlab-Files

Description: 有限元分析与应用的所有有用的源程序代码,利用MATLAB来进行有限元分析与应用。本文件包含了组成MATLAB有限元工具箱,主要用于结构力学分析,并提供了所有习题的答案。-finite element analysis and application of all useful source code, Using MATLAB to finite element analysis and application. This document contains a component finite element MATLAB toolbox, mainly for the analysis of structural mechanics, and provides the answer to all the questions.
Platform: | Size: 35731 | Author: xpf | Hits:

[JSP/Javatjtf-matlab

Description: These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).
Platform: | Size: 60730 | Author: 李尧 | Hits:

[Communication-Mobile通信范例MATLAB仿真

Description: Contemporary Communication Systems with MATLAB ============================================== John G. Proakis and Masoud Salehi This diskette contains the MATLAB files for "Contemporary Communication Systems with MATLAB" by John G. Praokis and Masoud Salehi. The MATLAB files for each chapter of the book are organized in the corresponding folder. In some cases a MATLAB file appears in more than one folder because it is used in more than one chapter. In most cases numerous comments have been added to the MATLAB files to ease their understanding. It should be noted, however, that in developing the MATLAB files, the main objective of the authors has been the clarity of the MATLAB code rather than its efficiency. In cases where efficient code could have made it difficult to follow, we have chosen to use a less efficient but more readable code. In order to use the software, copy the MATLAB files to your personal computer and add the corresponding paths to your {\tt matlabpath} environment (on an IBM PC compatible machine this is usually done by editing the matlabrc.m file). All MATLAB files have been tested using version 5.2 of MATLAB. On this disk: - Chapter1 - Chapter2 - Chapter3 - Chapter4 - Chapter5 - Chapter6 - Chapter7 - Chapter8 - Chapter9 - readme.txt
Platform: | Size: 214445 | Author: new4u@163.com | Hits:

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[matlabM-files for Neural Networks

Description: 《M-files for "Neural Networks"》神经网络的一些MATLAB源程序,M-files for demos, exercises, and implementations. 作者:Herve Abdi -"M-files for" Neural Networks "," some of the neural network MATLAB source, M-files for demos, exercises, and implementations. Author : Herve Abdi
Platform: | Size: 60416 | Author: 李岩 | Hits:

[source in ebookMatlab-Files

Description: 有限元分析与应用的所有有用的源程序代码,利用MATLAB来进行有限元分析与应用。本文件包含了组成MATLAB有限元工具箱,主要用于结构力学分析,并提供了所有习题的答案。-finite element analysis and application of all useful source code, Using MATLAB to finite element analysis and application. This document contains a component finite element MATLAB toolbox, mainly for the analysis of structural mechanics, and provides the answer to all the questions.
Platform: | Size: 35840 | Author: xpf | Hits:

[JSP/Javatjtf-matlab

Description: These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).-These Matlab files are a convenient interface for the Java librarycontaining the implementation of thin junction tree filters (TJTF).
Platform: | Size: 60416 | Author: | Hits:

[AlgorithmChapter_3

Description: Matlab files of chapter 3 kalman filtering 3 edition of grewal
Platform: | Size: 1024 | Author: lenadagua | Hits:

[AlgorithmChapter_4

Description: Matlab files of chapter 4 kalman filtering 3 edition of grewal
Platform: | Size: 9216 | Author: lenadagua | Hits:

[AlgorithmChapter_5

Description: Matlab files of chapter 5 kalman filtering 3 edition of grewal
Platform: | Size: 5120 | Author: lenadagua | Hits:

[AlgorithmChapter_6

Description: Matlab files of chapter 6 kalman filtering 3 edition of grewal
Platform: | Size: 9216 | Author: lenadagua | Hits:

[matlabSTAR

Description: matlab files of threshold autoregressive model STAR
Platform: | Size: 287744 | Author: yuliya | Hits:

[matlabmatlab-files

Description: contains a zip folder having five matlab files.
Platform: | Size: 1024 | Author: Deepak singh | Hits:

[AlgorithmMatlab-Files-for-QPSK-using-MIMO-and-Doppler-Effe

Description: Matlab Files for QPSK using MIMO and Doppler Effects
Platform: | Size: 8192 | Author: mike | Hits:

[matlabMATLAB

Description: Matlab files are here for you to refer
Platform: | Size: 1244160 | Author: Poppy D | Hits:

[OtherPolycarpou Matlab Files

Description: 以上资料为如何快速学习matlab,以及matlab中各种专业程序的几个例子(The above information for how to quickly learn matlab, as well as a few examples of various professional procedures in matlab)
Platform: | Size: 2536448 | Author: 苏酥甦 | Hits:

[Communication-MobileMatlab files for various types of beamforming

Description: Matlab files for various types of beamforming for custom 1D, 2D and 3D
Platform: | Size: 165888 | Author: elie77 | Hits:

[Mathimatics-Numerical algorithmsmatlab-files

Description: Matlab code for Book "Frank Gross-Smart Antennas with MATLAB-McGraw-Hill Professional (2015)"
Platform: | Size: 10004480 | Author: tongluyen | Hits:

[Othermatlab文件关联修复

Description: 用于Matlab文件出错时,进行文件修复,并与错误源进行关联,保证原文件的真实性。(When Matlab files are wrong, file repair is done, and it is associated with the error source to ensure the authenticity of the original file.)
Platform: | Size: 25600 | Author: 果果虫 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net