MATLAB

FacebookTwitter
Go to the first , previous , next , last section, table of contents . http://www.math.utah.edu/docs/info/octave_23.html

Octave - Special Matrices

http://www.network-theory.co.uk/docs/octave3/octave_199.html

GNU Octave - Matrix Factorizations

The Schur decomposition is used to compute eigenvalues of a square matrix, and has applications in the solution of algebraic Riccati equations in control. schur always returns s = u' * a * u where u is a unitary matrix ( u'* u is identity)

MATLAB Graphics

http://people.sc.fsu.edu/~jburkardt/html/matlab_graphics/matlab_graphics.html MATLAB graphics can help you see the big picture in your data.

SC - powerful image rendering

http://www.mathworks.com/matlabcentral/fileexchange/16233-sc-powerful-image-rendering SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow. This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more.
In this post I will be showing how to produce a publication quality figure using MATLAB (2007a). http://www.zaphu.com/2007/09/13/how-to-customize-and-improve-matlab-figures-for-publication/

How to Customize and Improve MATLAB Figures for Publication

How do I start or stop the MathWorks FLEXnet license manager? - MATLAB & Simulink

Solution: The license manager can be started or stopped using the following methods: For Windows license manager installlations: ========== http://www.mathworks.com/support/solutions/en/data/1-18PYZ/index.html?solution=1-18PYZ
Write image to graphics file http://www.mathworks.com/help/techdoc/ref/imwrite.html

Write image to graphics file - MATLAB

http://www.math.canterbury.ac.nz/~c.scarrott/MATLAB_Movies/movies.html

Creating Movies in MATLAB

Carl Scarrott This set of instructions detail how to create movies in MATLAB 5.1, convert them to the standard movie format MPEG and how to play them.
You can import text files into MATLAB ® both interactively as well as programmatically. http://www.mathworks.com/help/techdoc/import_export/f5-35378.html;jsessionid=BdXpNBQRDkvbMDDG2PG1lCyypZyDShgp0Dqw0dpWFw6BLTljQpkg!242345489

Importing Text Data Files - MATLAB & Simulink Example

Je suppose que vous pourriez faire ceci:

How to parse a string? (Simple question) - comp.soft-sys.matlab