Welcome![Sign In][Sign Up]
Location:
Search - scalar command

Search list

[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:

[Special Effectspivmat1.51

Description: The PIVMat Toolbox contains a set of command-line functions to import, post-process and analyse 2D vector fields from LaVision s DaVis PIV (particle image velocimetry) software. It enables to handle and perform operations over large amount of velocity fields, and to produce high-quality vector/scalar outputs. The PIVMat Toolbox in itself does not perform any PIV computations
Platform: | Size: 2071552 | Author: mio | Hits:

[ApplicationssdToolkit

Description: Semi-automatic Differentiation (SD) Toolkit is a Matlab implementation of the complex step derivative (CSD) technique for the differentiation of real-valued functions. The Toolkit consists of three core functions: sdGrad.m - Returns CSD approximation of the gradient (g) of the scalar-valued target function fun(p,Extra), according to Equation 3 of the paper. sdJac.m - Returns CSD approximation of the Jacobian (J) of the scalar-valued target function fun(p,Extra), according to Equation 3 of the paper. sdHg.m - Rerurns CSD approximation of the Hessian (H) of the scalar-valued target function fun(p,Extra), according to Equation 7 of the paper. It also returns the centered-difference CSD approximation of the gradient as a by-product. For a brief describtion of the functions in the toolkit, type ,help sdToolkit> at Matlab command prompt.-The sdToolkit demonstrates the complex step derivative method on a variety of functions and geophysically oriented examples
Platform: | Size: 28672 | Author: 蒋礼 | Hits:

[Mathimatics-Numerical algorithmsprofile

Description: This code gets a text file which is output of simple scalar profiling command and process it, it extracts sequences of logical operations like and, or, shift.
Platform: | Size: 47104 | Author: sahar | Hits:

[matlabUraPIV

Description: 用matlab编写的关于流场测速的一个Demo,处理速度较快、匹配位置准确。-The URAPIV Toolbox contains a set of command-line functions to import, post-process and analyse 2D vector fields from LaVision s DaVis PIV (particle image velocimetry) software. It enables to handle and perform operations over large amount of velocity fields, and to produce high-quality vector/scalar outputs.
Platform: | Size: 3475456 | Author: 罗冲 | Hits:

[matlabrandgen2

Description: randgen(mu,mu1,mu2,cov1,cov2,cov3) = Random generation of Gaussian Samples in d-dimensions where d = 2 mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around cov1, cov2, cov3 are the covariance matrices and will vary changing the shape of the distribution, example: cov = sigma^2*Identity Matrix, where sigma^2 = a scalar N = the number of gaussian samples used are provided as user input, A test set of N/2 and a training set of N/2 gaussian samples is also generated Output is directed to the command window and a plot of the distributions are generated
Platform: | Size: 1024 | Author: resident e | Hits:

[Mathimatics-Numerical algorithmsfimex-0.40.tar

Description: Fimex 是栅格地理空间数据的文件插值、操作和抽取的开发库。可在不同的扩展数据格式中转换,目前支持 netcdf, NcML, grib1/2, metgm, wdb 和 felt。它使您能够更改投影和插值的标量和矢量网格。它使我们能够在网格化数据集,并提取这些文件的唯一部分。对于简单的使用,Fimex还配备了命令行程 序fimex-Fimex is a the File Interpolation, Manipulation, and EXtraction library for gridded geospatial data. It converts between different, extensible data formats (currently netcdf, NcML, grib1/2, metgm, wdb, and felt). It enables you to change the projection and interpolation of scalar and vector grids. It makes it possible to subset the gridded data and to extract only parts of the files. For simple usage, Fimex also comes with the command line program fimex.
Platform: | Size: 2025472 | Author: qoqo | Hits:

[OtherObjectDataSource

Description: 重要属性: RowState:来决定这些DataRow是否被改动过,或是新记录,或是被删除的记录, 然后为每个记录发出合适的数据库命令。 InsertCommand:向数据库发出对应的INSERT命令。 UpdateCommand:向数据库发出对应的UPDATE命令。 DeleteCommand:向数据库发出对应的DELETE命令。 ExecuteMode:查询的ExecuteMode。Read:返回数据行、Scalar:返回单个值、NonQuery:返回一个整数,指受影响的记录数。 重要方法: 为GridView指定数据源:GridView1.DataSource = productsAdapter.GetProducts() 为GridView 绑定数据:GridView1.DataBind() -Important attributes: RowState: to determine the DataRow is altered, or a new record, or delete records, and then the appropriate database commands issued for each record. InsertCommand: the corresponding INSERT command issued to the database. UpdateCommand: the corresponding UPDATE command issued to the database. DeleteCommand: the corresponding DELETE command issued to the database. ExecuteMode: the query ExecuteMode. Read: return rows of data, Scalar: return a single value, NonQuery: returns an integer that refers to the number of affected records. Important: specify the data source for the GridView: GridView1.DataSource to = productsAdapter.GetProducts () bound GridView the data: GridView1.DataBind ()
Platform: | Size: 23552 | Author: lcb | Hits:

CodeBus www.codebus.net