Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

Archive for the ‘Documents’ Category


Manipulating Matrices

Matrices and Magic Squares

Matlab MatrisIn MATLAB, a matrix is a rectangular array of numbers. Special meaning is sometimes attached to 1-by-1 matrices, which are scalars, and to matrices with only one row or column, which are vectors. MATLAB has other ways of storing both numeric and nonnumeric data, but in the beginning, it is usually best to think of everything as a matrix. The operations in MATLAB are designed to be as natural as possible. Where other programming languages work with numbers one at a time, MATLAB allows you to work with entire matrices quickly and easily. A good example matrix, used throughout this book, appears in the Renaissance engraving Melancholia I by the German artist and amateur mathematician Albrecht Dürer. (more…)

Tags: , , , , , , , ,

Desktop Tools

This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are:

•“
•“Command History”
•“
•“
•“Current
•“ Browser”
•“Array
•“/

(more…)

Tags: , , , , , , ,

MATLAB Desktop

When you start MATLAB, the MATLAB desktop appears, containing tools () for , , and associated with MATLAB.
The first time MATLAB starts, the desktop appears as shown in the following illustration, although your may contain different entries.

MATLAB DesktopYou can change the way your desktop looks by opening, closing, moving, and resizing the tools in it. You can also move tools outside of the desktop or return them back inside the desktop (docking). All the desktop tools provide common features such as context menus and .
You can specify certain characteristics for the desktop tools by selecting Preferences from the File menu. For example, you can specify the font characteristics for text. For more information, click the Help button in the Preferences dialog box.

Tags: , , , , , ,