MATLAB Web Server IZMIRAN
MatLab
magdata
MATLAB
WebServer
demos
The
MathWorks Inc: MATLAB Array Editor Demonstration
The
MathWorks: BERTool Demo
The
MathWorks Inc - Creating a GUI with GUIDE Demonstration
The
MathWorks: MATLAB Current Directory Browser Demonstration
The
MathWorks Inc: Curve Fitting with a Custom Equation Demonstration
The
MathWorks Inc - Importing and Smoothing Data with the Curve Fitting Toolbox
Demonstration
The
MathWorks Inc: The MATLAB Desktop and Command Window Demonstration
The
MathWorks Inc - MATLAB Directory Reports Demonstration
The
MathWorks: MATLAB Help and Documentation Demonstration
The
MathWorks Inc: MATLAB Command History Demonstration
The
MathWorks Inc - MATLAB Plot Tools Demonstration
The
MathWorks Inc - Publishing M-Code from the Editor Demonstration
The
MathWorks Inc - Rapid Code Iteration Using Cells in the Editor Demonstration
The
MathWorks Inc - MATLAB 7 Major New Desktop Development Environment Features
Demonstration
The
MathWorks Inc: MATLAB 7 Major New File I/O and External Interfacing Features
Demonstration
The
MathWorks: MATLAB Workspace Browser Demonstration
help
techdoc
Examples
in the MATLAB Documentation
MATLABŪ
MATLAB
matlab_env
Example
Index, Desktop Tools and Development Environment
Desktop
Tools and Development Environment
Starting
MATLAB :: Startup and Shutdown (Desktop Tools and Development Environment)
Example
of Desktop--Default Layout :: Desktop (Desktop Tools and Development
Environment)
Tool
Outside of Desktop and Other Tools Tabbed Inside Desktop Example ::
Desktop (Desktop Tools and Development Environment)
Tiled
Documents in Desktop Example :: Desktop (Desktop Tools and Development
Environment)
No
Empty Document Tiles Example :: Desktop (Desktop Tools and Development
Environment)
Maximized
Documents Outside of the Desktop Example :: Desktop (Desktop Tools and
Development Environment)
Floating
(Cascaded) Figures in Desktop Example :: Desktop (Desktop Tools and
Development Environment)
Undocked
Tools and Documents Example :: Desktop (Desktop Tools and Development
Environment)
Shortcuts
for MATLAB--Easily Run a Group of Statements :: Desktop (Desktop Tools
and Development Environment)
Changing
the Font--Example :: Desktop (Desktop Tools and Development Environment)
Tab
Completion :: Running Functions--Command Window and History (Desktop
Tools and Development Environment)
Search
Documentation with the Help Browser :: Help for Using MATLAB (Desktop
Tools and Development Environment)
Adding
Your Own Toolboxes to the Start Button :: GUI Reference for Desktop
Tools and Development Environment (Desktop Tools and Development Environment)
Adding
Your Own Help Files in the Help Browser :: GUI Reference for Desktop
Tools and Development Environment (Desktop Tools and Development Environment)
Adding
Your Own Demos :: GUI Reference for Desktop Tools and Development Environment
(Desktop Tools and Development Environment)
Incremental
Search :: Editing and Debugging M-Files (Desktop Tools and Development
Environment)
Debugging
Example--The Collatz Problem :: Editing and Debugging M-Files (Desktop
Tools and Development Environment)
Defining
Cells :: Editing and Debugging M-Files (Desktop Tools and Development
Environment)
Navigating
and Evaluating with Cells :: Editing and Debugging M-Files (Desktop
Tools and Development Environment)
M
Language Preferences :: GUI Reference for Desktop Tools and Development
Environment (Desktop Tools and Development Environment)
Making
Changes Based on M-Lint Messages :: Tuning and Managing M-Files (Desktop
Tools and Development Environment)
Example:
Using the profile Function :: Tuning and Managing M-Files (Desktop Tools
and Development Environment)
Example
of Publishing Without Text Markup :: Publishing Results (Desktop Tools
and Development Environment)
Example
of Publishing with Text Markup :: Publishing Results (Desktop Tools
and Development Environment)
math
Example
Index, Mathematics
Mathematics
:: (Mathematics)
Interpolation
and Multidimensional Arrays :: Polynomials and Interpolation (Mathematics)
Triangulation
and Interpolation of Scattered Data :: Polynomials and Interpolation
(Mathematics)
Polynomial
Fit :: Data Analysis and Statistics (Mathematics)
Analyzing
Residuals :: Data Analysis and Statistics (Mathematics)
Exponential
Fit :: Data Analysis and Statistics (Mathematics)
Error
Bounds :: Data Analysis and Statistics (Mathematics)
The
Basic Fitting Interface :: Data Analysis and Statistics (Mathematics)
Introduction
:: Data Analysis and Statistics (Mathematics)
Plotting
Mathematical Functions :: Function Functions (Mathematics)
Minimizing
Functions of One Variable :: Function Functions (Mathematics)
Example:
Computing the Length of a Curve :: Function Functions (Mathematics)
Example:
Double Integration :: Function Functions (Mathematics)
Fitting
a Curve to Data :: Function Functions (Mathematics)
Examples:
Solving Explicit ODE Problems :: Differential Equations (Mathematics)
Example:
Solving a Fully Implicit ODE Problem :: Differential Equations (Mathematics)
Examples:
Applying the ODE Initial Value Problem Solvers :: Differential Equations
(Mathematics)
Solving
DDE Problems :: Differential Equations (Mathematics)
Discontinuities
:: Differential Equations (Mathematics)
BVP
Function Summary :: Differential Equations (Mathematics)
Solving
BVP Problems :: Differential Equations (Mathematics)
Using
Continuation to Make a Good Initial Guess :: Differential Equations
(Mathematics)
Solving
Singular BVPs :: Differential Equations (Mathematics)
PDE
Function Summary :: Differential Equations (Mathematics)
Solving
PDE Problems :: Differential Equations (Mathematics)
Example:
Electrodynamics Problem :: Differential Equations (Mathematics)
Creating
Sparse Matrices :: Sparse Matrices (Mathematics)
matlab_prog
Example
Index, Programming
Programming
:: (Programming)
Programming
Tips (Programming)
Creating
and Concatenating Matrices :: Data Structures (Programming)
Specialized
Matrix Functions :: Data Structures (Programming)
Concatenating
Matrices :: Data Structures (Programming)
Matrix
Concatenation Functions :: Data Structures (Programming)
Combining
Unlike Data Types :: Data Structures (Programming)
Matrix
Indexing :: Data Structures (Programming)
Linear
Indexing :: Data Structures (Programming)
Functions
That Control Indexing Style :: Data Structures (Programming)
Accessing
Multiple Elements :: Data Structures (Programming)
Getting
Information About a Matrix :: Data Structures (Programming)
Data
Types Used in the Matrix :: Data Structures (Programming)
Resizing
and Reshaping Matrices :: Data Structures (Programming)
Diminishing
the Size of a Matrix :: Data Structures (Programming)
Reshaping
a Matrix :: Data Structures (Programming)
Shifting
the Location of Matrix Elements :: Data Structures (Programming)
Sorting
the Data in Each Column :: Data Structures (Programming)
Sorting
the Data in Each Row :: Data Structures (Programming)
Sorting
Row Vectors :: Data Structures (Programming)
Operating
on Diagonal Matrices :: Data Structures (Programming)
Returning
a Triangular Portion of a Matrix :: Data Structures (Programming)
Creating
Multidimensional Arrays :: Data Structures (Programming)
Computing
with Multidimensional Arrays :: Data Structures (Programming)
Multidimensional
Cell Arrays :: Data Structures (Programming)
Multidimensional
Structure Arrays :: Data Structures (Programming)
Numeric
Types :: Data Types (Programming)
Floating-Point
Numbers :: Data Types (Programming)
Complex
Numbers :: Data Types (Programming)
Display
Format for Numeric Values :: Data Types (Programming)
Creating
a Logical Array :: Data Types (Programming)
How
Logical Arrays Are Used :: Data Types (Programming)
Characters
and Strings :: Data Types (Programming)
Cell
Arrays of Strings :: Data Types (Programming)
String
Comparisons :: Data Types (Programming)
Searching
and Replacing :: Data Types (Programming)
Converting
from Numeric to String :: Data Types (Programming)
Converting
from String to Numeric :: Data Types (Programming)
Dates
and Times :: Data Types (Programming)
Conversions
Between Date Formats :: Data Types (Programming)
Date
String Formats :: Data Types (Programming)
Output
Formats :: Data Types (Programming)
Current
Date and Time :: Data Types (Programming)
Building
Structure Arrays :: Data Types (Programming)
Accessing
Data in Structure Arrays :: Data Types (Programming)
Using
Dynamic Field Names :: Data Types (Programming)
Finding
the Size of Structure Arrays :: Data Types (Programming)
Applying
Functions and Operators :: Data Types (Programming)
Writing
Functions to Operate on Structures :: Data Types (Programming)
Organizing
Data in Structure Arrays :: Data Types (Programming)
Nesting
Structures :: Data Types (Programming)
Creating
Cell Arrays :: Data Types (Programming)
Obtaining
Data from Cell Arrays :: Data Types (Programming)
Deleting
Cells :: Data Types (Programming)
Replacing
Lists of Variables with Cell Arrays :: Data Types (Programming)
Applying
Functions and Operators :: Data Types (Programming)
Nesting
Cell Arrays :: Data Types (Programming)
Converting
Between Cell and Numeric Arrays :: Data Types (Programming)
Cell
Arrays of Structures :: Data Types (Programming)
Operators
:: Basic Program Components (Programming)
Relational
Operators :: Basic Program Components (Programming)
Logical
Operators :: Basic Program Components (Programming)
Operator
Precedence :: Basic Program Components (Programming)
Character
Classes :: Basic Program Components (Programming)
Character
Representation :: Basic Program Components (Programming)
Logical
Operators :: Basic Program Components (Programming)
Lookaround
Operators :: Basic Program Components (Programming)
Quantifiers
:: Basic Program Components (Programming)
Tokens
:: Basic Program Components (Programming)
Handling
Multiple Strings :: Basic Program Components (Programming)
Comma-Separated
Lists :: Basic Program Components (Programming)
Generating
a List from a Structure :: Basic Program Components (Programming)
How
to Use the Comma-Separated List :: Basic Program Components (Programming)
Fast
Fourier Transform Example :: Basic Program Components (Programming)
Basic
Parts of an M-File :: M-File Programming (Programming)
Creating
a Simple M-File :: M-File Programming (Programming)
M-File
Scripts and Functions :: M-File Programming (Programming)
M-File
Functions :: M-File Programming (Programming)
Identifying
Dependencies :: M-File Programming (Programming)
Function
Arguments :: M-File Programming (Programming)
Passing
Variable Numbers of Arguments :: M-File Programming (Programming)
Function
Handles :: M-File Programming (Programming)
Determining
Which Function Is Called :: M-File Programming (Programming)
Passing
Certain Argument Types :: M-File Programming (Programming)
Passing
Arguments in Structures or Cell Arrays :: M-File Programming (Programming)
Subfunctions
:: Types of Functions (Programming)
Techniques
for Improving Performance :: Improving Performance and Memory Usage
(Programming)
Anonymous
Functions :: Types of Functions (Programming)
Variables
Used in the Expression :: Types of Functions (Programming)
Examples
of Anonymous Functions :: Types of Functions (Programming)
Nested
Functions :: Types of Functions (Programming)
Calling
Nested Functions :: Types of Functions (Programming)
Variable
Scope in Nested Functions :: Types of Functions (Programming)
Using
Function Handles with Nested Functions :: Types of Functions (Programming)
Examples
of Nested Functions :: Types of Functions (Programming)
Using
the Import Wizard :: Data Import and Export (Programming)
Using
the Import Wizard with Binary Data :: Data Import and Export (Programming)
Saving
and Loading MAT-Files :: Data Import and Export (Programming)
Importing
Data from MAT-Files :: Data Import and Export (Programming)
Using
Import Functions with Text Data :: Data Import and Export (Programming)
Importing
Numeric Text Data :: Data Import and Export (Programming)
Importing
Delimited ASCII Data Files :: Data Import and Export (Programming)
Importing
Numeric Data with Text Headers :: Data Import and Export (Programming)
Importing
Mixed Alphabetic and Numeric Data :: Data Import and Export (Programming)
Exporting
Delimited ASCII Data Files :: Data Import and Export (Programming)
Using
the diary Function to Export Data :: Data Import and Export (Programming)
Working
with Spreadsheets :: Data Import and Export (Programming)
Lotus
123 Spreadsheets :: Data Import and Export (Programming)
Checking
for Errors with try-catch :: Error Handling (Programming)
Nested
try-catch Blocks :: Error Handling (Programming)
Handling
and Recovering from an Error :: Error Handling (Programming)
Identifying
the Cause :: Error Handling (Programming)
Message
Identifiers :: Error Handling (Programming)
Using
Message Identifiers with lasterr :: Error Handling (Programming)
Warnings
:: Error Handling (Programming)
Warning
Control Statements :: Error Handling (Programming)
Output
from Control Statements :: Error Handling (Programming)
Saving
and Restoring State :: Error Handling (Programming)
Debug,
Backtrace, and Verbose Modes :: Error Handling (Programming)
Handling
Subscripted Reference :: Classes and Objects (Programming)
Example
-- A Polynomial Class :: Classes and Objects (Programming)
Example
-- Assets and Asset Subclasses :: Classes and Objects (Programming)
Designing
the Stock Class :: Classes and Objects (Programming)
Example
-- The Portfolio Container :: Classes and Objects (Programming)
Example
-- Defining saveobj and loadobj for Portfolio :: Classes and Objects
(Programming)
Creating
Callback Functions :: Scheduling Program Execution with Timers (Programming)
Analyzing
Your Program's Performance :: Improving Performance and Memory Usage
(Programming)
creating_plots
Example
Index, Graphics
Graphics
:: (Graphics)
Example
-- Working with Plotting Tools :: MATLAB Plotting Tools (Graphics)
Example
-- Plotting Workspace Variables :: MATLAB Plotting Tools (Graphics)
Example
-- Specifying a Data Source :: MATLAB Plotting Tools (Graphics)
Example
-- Generating M-Code to Reproduce a Graph :: MATLAB Plotting Tools (Graphics)
Example
-- Plotting the Mean of a Data Set :: Data Exploration Tools (Graphics)
Example
-- Vertical Distribute, Horizontal Align :: Annotating Graphs (Graphics)
Text
Alignment :: Annotating Graphs (Graphics)
Mathematical
Symbols, Greek Letters, and TEX Characters :: Annotating Graphs (Graphics)
Example
-- Multiline Text :: Annotating Graphs (Graphics)
Types
of Bar Graphs :: Creating Specialized Plots (Graphics)
Stacked
Bar Graphs to Show Contributing Amounts :: Creating Specialized Plots
(Graphics)
Overlaying
Plots on Bar Graphs :: Creating Specialized Plots (Graphics)
Comparing
Data Sets with Area Graphs :: Creating Specialized Plots (Graphics)
Pie
Charts :: Creating Specialized Plots (Graphics)
Two-Dimensional
Stem Plots :: Creating Specialized Plots (Graphics)
Combining
Stem Plots with Line Plots :: Creating Specialized Plots (Graphics)
Three-Dimensional
Stem Plots :: Creating Specialized Plots (Graphics)
Stairstep
Plots :: Creating Specialized Plots (Graphics)
Compass
Plots :: Creating Specialized Plots (Graphics)
Creating
Simple Contour Plots :: Creating Specialized Plots (Graphics)
Displaying
Contours in Polar Coordinates :: Creating Specialized Plots (Graphics)
Interactive
Plotting :: Creating Specialized Plots (Graphics)
Example
-- Visualizing an FFT as a Movie :: Creating Specialized Plots (Graphics)
Erase
Modes :: Creating Specialized Plots (Graphics)
Examples
of Basic Operations :: Printing and Exporting (Graphics)
Printing
with a Specific Paper Size :: Printing and Exporting (Graphics)
Printing
a Centered Figure :: Printing and Exporting (Graphics)
Exporting
in a Specific Graphics Format :: Printing and Exporting (Graphics)
Exporting
in EPS Format with a TIFF Preview :: Printing and Exporting (Graphics)
Exporting
a Figure to the Clipboard :: Printing and Exporting (Graphics)
Example
-- Creating Core Graphics Objects :: Handle Graphics Objects (Graphics)
Examples
-- Setting Default Line Styles :: Handle Graphics Objects (Graphics)
Copying
Objects :: Handle Graphics Objects (Graphics)
Example
-- Using newplot :: Handle Graphics Objects (Graphics)
Plot
Objects :: Handle Graphics Objects (Graphics)
Linking
Graphs to Variables -- Data Source Properties :: Handle Graphics Objects
(Graphics)
Annotation
Objects :: Handle Graphics Objects (Graphics)
Transforming
Objects :: Handle Graphics Objects (Graphics)
Example
-- Transforming a Hierarchy of Objects :: Handle Graphics Objects (Graphics)
Grouping
Objects Within Axes -- hgtransform :: Handle Graphics Objects (Graphics)
Searching
for Objects by Property Values -- findobj :: Handle Graphics Objects
(Graphics)
Testing
for Hold State :: Handle Graphics Objects (Graphics)
Using
Panel Containers in Figures -- UIPanels :: Handle Graphics Objects (Graphics)
Example
-- Using Function Handles in GUIs :: Handle Graphics Objects (Graphics)
Example
-- Specifying Figure Position :: Figure Properties (Graphics)
Defining
Custom Pointers :: Figure Properties (Graphics)
Labeling
and Appearance Properties :: Axes Properties (Graphics)
Placing
Text Outside the Axes :: Axes Properties (Graphics)
Multiple
Axes for Different Scaling :: Axes Properties (Graphics)
Setting
Tick Mark Locations :: Axes Properties (Graphics)
Changing
Axis Direction :: Axes Properties (Graphics)
Using
Multiple X- and Y-Axes :: Axes Properties (Graphics)
Example
-- Simulating Multiple Colormaps in a Figure :: Axes Properties (Graphics)
visualize
Example
Index, 3-D Visualization
3-D
Visualization :: (3-D Visualization)
Example
-- Slicing Fluid Flow Data :: Volume Visualization Techniques (3-D Visualization)
Connecting
Equal Values with Isosurfaces :: Volume Visualization Techniques (3-D
Visualization)
Defining
Isocaps :: Volume Visualization Techniques (3-D Visualization)
Surface
Plots of Nonuniformly Sampled Data :: Creating 3-D Graphs (3-D Visualization)
Example
-- Mapping Surface Curvature to Color :: Creating 3-D Graphs (3-D Visualization)
Texture
Mapping :: Creating 3-D Graphs (3-D Visualization)
Example
-- Dollying the Camera :: Defining the View (3-D Visualization)
Example
-- Moving the Camera Through a Scene :: Defining the View (3-D Visualization)
Moving
In and Out on the Scene :: Defining the View (3-D Visualization)
Example
-- axis Command Options :: Defining the View (3-D Visualization)
Default
Aspect Ratio Selection :: Defining the View (3-D Visualization)
Example
-- Displaying Cross-Sections of Surfaces :: Defining the View (3-D Visualization)
Example
-- Displaying Real Objects :: Defining the View (3-D Visualization)
Lighting
Overview :: Lighting as a Visualization Tool (3-D Visualization)
Adding
Lights to a Scene :: Lighting as a Visualization Tool (3-D Visualization)
Positioning
Lights in Data Space :: Lighting as a Visualization Tool (3-D Visualization)
Multifaceted
Patches :: Creating 3-D Models with Patches (3-D Visualization)
Example
-- Specifying Flat Edge and Face Coloring :: Creating 3-D Models with
Patches (3-D Visualization)
Visualizing
MRI Data :: Volume Visualization Techniques (3-D Visualization)
Stream
Line Plots of Vector Data :: Volume Visualization Techniques (3-D Visualization)
Displaying
Curl with Stream Ribbons :: Volume Visualization Techniques (3-D Visualization)
Displaying
Divergence with Stream Tubes :: Volume Visualization Techniques (3-D
Visualization)
Creating
Stream Particle Animations :: Volume Visualization Techniques (3-D Visualization)
Vector
Field Displayed with Cone Plots :: Volume Visualization Techniques (3-D
Visualization)
creating_guis
Example
Index, Creating Graphical User Interfaces
Creating
Graphical User Interfaces :: (Creating Graphical User Interfaces)
Creating
a GUI (Creating Graphical User Interfaces)
Laying
Out the GUI :: Creating a GUI (Creating Graphical User Interfaces)
Axes
:: Programming GUIs (Creating Graphical User Interfaces)
Managing
GUI Data with the Handles Structure :: Programming GUIs (Creating Graphical
User Interfaces)
Example:
Using the Modal Dialog to Confirm an Operation :: Programming GUIs (Creating
Graphical User Interfaces)
Axes
:: Working with Callbacks (Draft) (Creating Graphical User Interfaces)
GUI
with Multiple Axes :: GUI Applications (Creating Graphical User Interfaces)
List
Box Directory Reader :: GUI Applications (Creating Graphical User Interfaces)
Accessing
Workspace Variables from a List Box :: GUI Applications (Creating Graphical
User Interfaces)
A
GUI to Set Simulink Model Parameters :: GUI Applications (Creating Graphical
User Interfaces)
An
Address Book Reader :: GUI Applications (Creating Graphical User Interfaces)
matlab_external
Example
Index, External Interfaces
External
Interfaces :: (External Interfaces)
Examples
of MAT-Files :: Importing and Exporting Data (External Interfaces)
Reading
a MAT-File in C :: Importing and Exporting Data (External Interfaces)
Creating
a MAT-File in Fortran :: Importing and Exporting Data (External Interfaces)
Reading
a MAT-File in Fortran :: Importing and Exporting Data (External Interfaces)
Invoking
Library Functions :: MATLAB Interface to Generic DLLs (External Interfaces)
Primitive
Types :: MATLAB Interface to Generic DLLs (External Interfaces)
Enumerated
Types :: MATLAB Interface to Generic DLLs (External Interfaces)
Structures
:: MATLAB Interface to Generic DLLs (External Interfaces)
Creating
References :: MATLAB Interface to Generic DLLs (External Interfaces)
Reference
Pointers :: MATLAB Interface to Generic DLLs (External Interfaces)
Using
Data Types :: Calling C and Fortran Programs from MATLAB (External Interfaces)
Examples
:: Calling C and Fortran Programs from MATLAB (External Interfaces)
A
First Example -- Passing a Scalar :: Creating C Language MEX-Files (External
Interfaces)
Passing
Strings :: Creating C Language MEX-Files (External Interfaces)
Passing
Two or More Inputs or Outputs :: Creating C Language MEX-Files (External
Interfaces)
Passing
Structures and Cell Arrays :: Creating C Language MEX-Files (External
Interfaces)
Handling
Complex Data :: Creating C Language MEX-Files (External Interfaces)
Handling
8-,16-, and 32-Bit Data :: Creating C Language MEX-Files (External Interfaces)
Manipulating
Multidimensional Numerical Arrays :: Creating C Language MEX-Files (External
Interfaces)
Handling
Sparse Arrays :: Creating C Language MEX-Files (External Interfaces)
Calling
Functions from C MEX-Files :: Creating C Language MEX-Files (External
Interfaces)
Memory
Management :: Creating C Language MEX-Files (External Interfaces)
Using
LAPACK and BLAS Functions :: Creating C Language MEX-Files (External
Interfaces)
A
First Example -- Passing a Scalar :: Creating Fortran MEX-Files (External
Interfaces)
Passing
Strings :: Creating Fortran MEX-Files (External Interfaces)
Passing
Arrays of Strings :: Creating Fortran MEX-Files (External Interfaces)
Passing
Matrices :: Creating Fortran MEX-Files (External Interfaces)
Passing
Two or More Inputs or Outputs :: Creating Fortran MEX-Files (External
Interfaces)
Handling
Complex Data :: Creating Fortran MEX-Files (External Interfaces)
Dynamically
Allocating Memory :: Creating Fortran MEX-Files (External Interfaces)
Handling
Sparse Matrices :: Creating Fortran MEX-Files (External Interfaces)
Calling
Functions from Fortran MEX-Files :: Creating Fortran MEX-Files (External
Interfaces)
Examples
of Calling Engine Functions :: Calling MATLAB from C and Fortran Programs
(External Interfaces)
Calling
MATLAB from a Fortran Application :: Calling MATLAB from C and Fortran
Programs (External Interfaces)
Concatenating
Java Objects :: Calling Java from MATLAB (External Interfaces)
Finding
the Public Data Fields of an Object :: Calling Java from MATLAB (External
Interfaces)
Obtaining
Information About Methods :: Calling Java from MATLAB (External Interfaces)
Creating
an Array of Objects Within MATLAB :: Calling Java from MATLAB (External
Interfaces)
Creating
a New Array Reference :: Calling Java from MATLAB (External Interfaces)
Creating
a Copy of a Java Array :: Calling Java from MATLAB (External Interfaces)
Passing
Java Objects :: Calling Java from MATLAB (External Interfaces)
Converting
Objects to MATLAB Data Types :: Calling Java from MATLAB (External Interfaces)
Example
- Reading a URL :: Calling Java from MATLAB (External Interfaces)
Example
- Finding an Internet Protocol Address :: Calling Java from MATLAB (External
Interfaces)
Example
- Communicating Through a Serial Port :: Calling Java from MATLAB (External
Interfaces)
Example
- Creating and Using a Phone Book :: Calling Java from MATLAB (External
Interfaces)
Writing
Event Handlers :: COM and DDE Support (Windows Only) (External Interfaces)
Examples
of MATLAB as an Automation Client :: COM and DDE Support (Windows Only)
(External Interfaces)
Additional
COM Client Information :: COM and DDE Support (Windows Only) (External
Interfaces)
Example
-- Using Visual Basic and the MATLAB DDE Server :: COM and DDE Support
(Windows Only) (External Interfaces)
DDE
Advisory Links :: COM and DDE Support (Windows Only) (External Interfaces)
Getting
Started with Serial I/O :: Serial Port I/O (External Interfaces)
Example:
Writing and Reading Text Data :: Serial Port I/O (External Interfaces)
Example:
Parsing Input Data Using strread :: Serial Port I/O (External Interfaces)
Example:
Reading Binary Data :: Serial Port I/O (External Interfaces)
Example:
Using Events and Callbacks :: Serial Port I/O (External Interfaces)
Signaling
the Presence of Connected Devices :: Serial Port I/O (External Interfaces)
Example:
Recording Information to Disk :: Serial Port I/O (External Interfaces)
Saving
and Loading :: Serial Port I/O (External Interfaces)
ref
Functions
-- Categorical List (MATLAB Functions)
Functions
-- Alphabetical List (MATLAB Functions)
Desktop
Tools and Development Environment :: Functions -- Categorical List (MATLAB
Functions)
Mathematics
:: Functions -- Categorical List (MATLAB Functions)
Programming
and Data Types :: Functions -- Categorical List (MATLAB Functions)
File
I/O :: Functions -- Categorical List (MATLAB Functions)
Graphics
:: Functions -- Categorical List (MATLAB Functions)
3-D
Visualization :: Functions -- Categorical List (MATLAB Functions)
Creating
Graphical User Interfaces :: Functions -- Categorical List (MATLAB Functions)
Controlling
Program Execution :: Functions -- Categorical List (MATLAB Functions)
addpath
(MATLAB Functions)
Arithmetic
Operators + - * / \ ^ ' (MATLAB Functions)
Relational
Operators < > <= >= == ~= (MATLAB Functions)
Logical
Operators: Elementwise & | ~ (MATLAB Functions)
Logical
Operators: Short-circuit && || (MATLAB Functions)
Special
Characters [ ] ( ) {} = ' . ... , ; : % ! @ (MATLAB Functions)
colon
(:) (MATLAB Functions)
abs
(MATLAB Functions)
accumarray
(MATLAB Functions)
acos
(MATLAB Functions)
acosd
(MATLAB Functions)
acosh
(MATLAB Functions)
acot
(MATLAB Functions)
acotd
(MATLAB Functions)
acoth
(MATLAB Functions)
acsc
(MATLAB Functions)
acscd
(MATLAB Functions)
acsch
(MATLAB Functions)
addframe
(MATLAB Functions)
addpref
(MATLAB Functions)
addtodate
(MATLAB Functions)
airy
(MATLAB Functions)
alim
(MATLAB Functions)
all
(MATLAB Functions)
allchild
(MATLAB Functions)
alpha
(MATLAB Functions)
alphamap
(MATLAB Functions)
ancestor
(MATLAB Functions)
ancestor
(MATLAB Functions)
and
(MATLAB Functions)
angle
(MATLAB Functions)
annotation
(MATLAB Functions)
Annotation
Arrow Properties (MATLAB Functions)
Annotation
Doublearrow Properties (MATLAB Functions)
Annotation
Ellipse Properties (MATLAB Functions)
Annotation
Line Properties (MATLAB Functions)
Annotation
Rectangle Properties (MATLAB Functions)
Annotation
Textarrow Properties (MATLAB Functions)
Annotation
Textbox Properties (MATLAB Functions)
ans
(MATLAB Functions)
any
(MATLAB Functions)
area
(MATLAB Functions)
Areaseries
Properties (MATLAB Functions)
ascii
(ftp) (MATLAB Functions)
asec
(MATLAB Functions)
asecd
(MATLAB Functions)
asech
(MATLAB Functions)
asin
(MATLAB Functions)
asind
(MATLAB Functions)
asinh
(MATLAB Functions)
assignin
(MATLAB Functions)
atan
(MATLAB Functions)
atan2
(MATLAB Functions)
atand
(MATLAB Functions)
atanh
(MATLAB Functions)
audioplayer
(MATLAB Functions)
audiorecorder
(MATLAB Functions)
aufinfo
(MATLAB Functions)
auread
(MATLAB Functions)
auwrite
(MATLAB Functions)
avifile
(MATLAB Functions)
aviinfo
(MATLAB Functions)
aviread
(MATLAB Functions)
axes
(MATLAB Functions)
Axes
Properties (MATLAB Functions)
axis
(MATLAB Functions)
balance
(MATLAB Functions)
bar,
barh (MATLAB Functions)
bar3,
bar3h (MATLAB Functions)
Barseries
Properties (MATLAB Functions)
base2dec
(MATLAB Functions)
beep
(MATLAB Functions)
besselh
(MATLAB Functions)
besseli
(MATLAB Functions)
besselj
(MATLAB Functions)
besselk
(MATLAB Functions)
bessely
(MATLAB Functions)
beta
(MATLAB Functions)
betainc
(MATLAB Functions)
betaln
(MATLAB Functions)
bicg
(MATLAB Functions)
bicgstab
(MATLAB Functions)
bin2dec
(MATLAB Functions)
binary
(ftp) (MATLAB Functions)
bitand
(MATLAB Functions)
bitcmp
(MATLAB Functions)
bitget
(MATLAB Functions)
bitmax
(MATLAB Functions)
bitor
(MATLAB Functions)
bitset
(MATLAB Functions)
bitshift
(MATLAB Functions)
bitxor
(MATLAB Functions)
blanks
(MATLAB Functions)
blkdiag
(MATLAB Functions)
box
(MATLAB Functions)
break
(MATLAB Functions)
brighten
(MATLAB Functions)
builtin
(MATLAB Functions)
bvp4c
(MATLAB Functions)
bvpget
(MATLAB Functions)
bvpinit
(MATLAB Functions)
bvpset
(MATLAB Functions)
bvpval
(MATLAB Functions)
calendar
(MATLAB Functions)
camdolly
(MATLAB Functions)
cameratoolbar
(MATLAB Functions)
camlight
(MATLAB Functions)
camlookat
(MATLAB Functions)
camorbit
(MATLAB Functions)
campan
(MATLAB Functions)
campos
(MATLAB Functions)
camproj
(MATLAB Functions)
camroll
(MATLAB Functions)
camtarget
(MATLAB Functions)
camup
(MATLAB Functions)
camva
(MATLAB Functions)
camzoom
(MATLAB Functions)
cart2pol
(MATLAB Functions)
cart2sph
(MATLAB Functions)
case
(MATLAB Functions)
cast
(MATLAB Functions)
cat
(MATLAB Functions)
catch
(MATLAB Functions)
caxis
(MATLAB Functions)
cd
(MATLAB Functions)
cd
(ftp) (MATLAB Functions)
cdf2rdf
(MATLAB Functions)
cdfepoch
(MATLAB Functions)
cdfinfo
(MATLAB Functions)
cdfread
(MATLAB Functions)
cdfwrite
(MATLAB Functions)
ceil
(MATLAB Functions)
cell
(MATLAB Functions)
cell2mat
(MATLAB Functions)
cell2struct
(MATLAB Functions)
celldisp
(MATLAB Functions)
cellfun
(MATLAB Functions)
cellplot
(MATLAB Functions)
cellstr
(MATLAB Functions)
cgs
(MATLAB Functions)
char
(MATLAB Functions)
checkin
(MATLAB Functions)
checkout
(MATLAB Functions)
chol
(MATLAB Functions)
cholinc
(MATLAB Functions)
cholupdate
(MATLAB Functions)
circshift
(MATLAB Functions)
cla
(MATLAB Functions)
clabel
(MATLAB Functions)
class
(MATLAB Functions)
clc
(MATLAB Functions)
clear
(MATLAB Functions)
clf
(MATLAB Functions)
clipboard
(MATLAB Functions)
clock
(MATLAB Functions)
close
(MATLAB Functions)
close
(avifile) (MATLAB Functions)
close
(ftp) (MATLAB Functions)
closereq
(MATLAB Functions)
cmopts
(MATLAB Functions)
colamd
(MATLAB Functions)
colmmd
(MATLAB Functions)
colorbar
(MATLAB Functions)
colordef
(MATLAB Functions)
colormap
(MATLAB Functions)
colormapeditor
(MATLAB Functions)
ColorSpec
(MATLAB Functions)
colperm
(MATLAB Functions)
comet
(MATLAB Functions)
comet3
(MATLAB Functions)
commandhistory
(MATLAB Functions)
commandwindow
(MATLAB Functions)
compan
(MATLAB Functions)
compass
(MATLAB Functions)
complex
(MATLAB Functions)
computer
(MATLAB Functions)
cond
(MATLAB Functions)
condeig
(MATLAB Functions)
condest
(MATLAB Functions)
coneplot
(MATLAB Functions)
conj
(MATLAB Functions)
continue
(MATLAB Functions)
contour
(MATLAB Functions)
contour3
(MATLAB Functions)
contourc
(MATLAB Functions)
contourf
(MATLAB Functions)
Contourgroup
Properties (MATLAB Functions)
contourslice
(MATLAB Functions)
contrast
(MATLAB Functions)
conv
(MATLAB Functions)
conv2
(MATLAB Functions)
convhull
(MATLAB Functions)
convhulln
(MATLAB Functions)
convn
(MATLAB Functions)
copyfile
(MATLAB Functions)
copyobj
(MATLAB Functions)
corrcoef
(MATLAB Functions)
cos
(MATLAB Functions)
cosd
(MATLAB Functions)
cosh
(MATLAB Functions)
cot
(MATLAB Functions)
cotd
(MATLAB Functions)
coth (MATLAB Functions)
cov
(MATLAB Functions)
cplxpair
(MATLAB Functions)
cputime
(MATLAB Functions)
cross
(MATLAB Functions)
csc
(MATLAB Functions)
cscd
(MATLAB Functions)
csch (MATLAB Functions)
csvread
(MATLAB Functions)
csvwrite
(MATLAB Functions)
cumprod
(MATLAB Functions)
cumsum
(MATLAB Functions)
cumtrapz
(MATLAB Functions)
curl
(MATLAB Functions)
customverctrl
(MATLAB Functions)
cylinder
(MATLAB Functions)
daspect
(MATLAB Functions)
datacursormode
(MATLAB Functions)
datatipinfo
(MATLAB Functions)
date
(MATLAB Functions)
datenum
(MATLAB Functions)
datestr
(MATLAB Functions)
datetick
(MATLAB Functions)
datevec
(MATLAB Functions)
dbclear
(MATLAB Functions)
dbcont
(MATLAB Functions)
dbdown
(MATLAB Functions)
dblquad
(MATLAB Functions)
dbmex
(MATLAB Functions)
dbquit
(MATLAB Functions)
dbstack
(MATLAB Functions)
dbstatus
(MATLAB Functions)
dbstep
(MATLAB Functions)
dbstop
(MATLAB Functions)
dbtype
(MATLAB Functions)
dbup
(MATLAB Functions)
dde23
(MATLAB Functions)
ddeget
(MATLAB Functions)
ddeset
(MATLAB Functions)
deal
(MATLAB Functions)
deblank
(MATLAB Functions)
debug
(MATLAB Functions)
dec2base
(MATLAB Functions)
dec2bin
(MATLAB Functions)
dec2hex
(MATLAB Functions)
decic
(MATLAB Functions)
deconv
(MATLAB Functions)
del2
(MATLAB Functions)
delaunay
(MATLAB Functions)
delaunay3
(MATLAB Functions)
delaunayn
(MATLAB Functions)
delete
(MATLAB Functions)
delete
(ftp) (MATLAB Functions)
delete
(timer) (MATLAB Functions)
demo
(MATLAB Functions)
depdir
(MATLAB Functions)
depfun
(MATLAB Functions)
det
(MATLAB Functions)
detrend
(MATLAB Functions)
deval
(MATLAB Functions)
diag
(MATLAB Functions)
dialog
(MATLAB Functions)
diary
(MATLAB Functions)
diff
(MATLAB Functions)
dir
(MATLAB Functions)
dir
(ftp) (MATLAB Functions)
disp
(MATLAB Functions)
disp
(memmapfile) (MATLAB Functions)
disp
(timer) (MATLAB Functions)
display
(MATLAB Functions)
divergence
(MATLAB Functions)
dlmread
(MATLAB Functions)
dlmwrite
(MATLAB Functions)
dmperm
(MATLAB Functions)
doc
(MATLAB Functions)
docopt
(MATLAB Functions)
docsearch
(MATLAB Functions)
dos
(MATLAB Functions)
dot
(MATLAB Functions)
double
(MATLAB Functions)
dragrect
(MATLAB Functions)
drawnow
(MATLAB Functions)
dsearch
(MATLAB Functions)
dsearchn
(MATLAB Functions)
echo
(MATLAB Functions)
edit
(MATLAB Functions)
eig
(MATLAB Functions)
eigs
(MATLAB Functions)
ellipj
(MATLAB Functions)
ellipke
(MATLAB Functions)
ellipsoid
(MATLAB Functions)
else
(MATLAB Functions)
elseif
(MATLAB Functions)
end
(MATLAB Functions)
eomday
(MATLAB Functions)
eps
(MATLAB Functions)
eq
(MATLAB Functions)
erf,
erfc, erfcx, erfinv, erfcinv (MATLAB Functions)
error
(MATLAB Functions)
errorbar
(MATLAB Functions)
Errorbarseries
Properties (MATLAB Functions)
errordlg
(MATLAB Functions)
etime
(MATLAB Functions)
etree
(MATLAB Functions)
etreeplot
(MATLAB Functions)
eval
(MATLAB Functions)
evalc
(MATLAB Functions)
evalin
(MATLAB Functions)
exist
(MATLAB Functions)
exit
(MATLAB Functions)
exp
(MATLAB Functions)
expint
(MATLAB Functions)
expm
(MATLAB Functions)
expm1
(MATLAB Functions)
eye
(MATLAB Functions)
ezcontour
(MATLAB Functions)
ezcontourf
(MATLAB Functions)
ezmesh
(MATLAB Functions)
ezmeshc
(MATLAB Functions)
ezplot
(MATLAB Functions)
ezplot3
(MATLAB Functions)
ezpolar
(MATLAB Functions)
ezsurf
(MATLAB Functions)
ezsurfc
(MATLAB Functions)
factor
(MATLAB Functions)
factorial
(MATLAB Functions)
false
(MATLAB Functions)
fclose
(MATLAB Functions)
feather
(MATLAB Functions)
feof
(MATLAB Functions)
ferror
(MATLAB Functions)
feval
(MATLAB Functions)
fft
(MATLAB Functions)
fft2
(MATLAB Functions)
fftn
(MATLAB Functions)
fftshift
(MATLAB Functions)
fftw
(MATLAB Functions)
fgetl
(MATLAB Functions)
fgets
(MATLAB Functions)
fieldnames
(MATLAB Functions)
figflag
(MATLAB Functions)
figure
(MATLAB Functions)
Figure
Properties (MATLAB Functions)
figurepalette
(MATLAB Functions)
File
Formats (MATLAB Functions)
fileattrib
(MATLAB Functions)
filebrowser
(MATLAB Functions)
fileparts
(MATLAB Functions)
filesep
(MATLAB Functions)
fill
(MATLAB Functions)
fill3
(MATLAB Functions)
filter
(MATLAB Functions)
filter2
(MATLAB Functions)
find
(MATLAB Functions)
findall
(MATLAB Functions)
findfigs
(MATLAB Functions)
findobj
(MATLAB Functions)
findobj
(MATLAB Functions)
findstr
(MATLAB Functions)
finish
(MATLAB Functions)
fitsinfo
(MATLAB Functions)
fitsread
(MATLAB Functions)
fix
(MATLAB Functions)
flipdim
(MATLAB Functions)
fliplr
(MATLAB Functions)
flipud
(MATLAB Functions)
floor
(MATLAB Functions)
flops
(MATLAB Functions)
flow
(MATLAB Functions)
fminbnd
(MATLAB Functions)
fminsearch
(MATLAB Functions)
fopen
(MATLAB Functions)
for
(MATLAB Functions)
format
(MATLAB Functions)
fplot
(MATLAB Functions)
fprintf
(MATLAB Functions)
frame2im
(MATLAB Functions)
frameedit
(MATLAB Functions)
fread
(MATLAB Functions)
freqspace
(MATLAB Functions)
frewind
(MATLAB Functions)
fscanf
(MATLAB Functions)
fseek
(MATLAB Functions)
ftell
(MATLAB Functions)
ftp
(MATLAB Functions)
full
(MATLAB Functions)
fullfile
(MATLAB Functions)
func2str
(MATLAB Functions)
function
(MATLAB Functions)
function_handle
(@) (MATLAB Functions)
functions
(MATLAB Functions)
funm
(MATLAB Functions)
fwrite
(MATLAB Functions)
fzero
(MATLAB Functions)
gallery
(MATLAB Functions)
gamma,
gammainc, gammaln (MATLAB Functions)
gca
(MATLAB Functions)
gcbf
(MATLAB Functions)
gcbo
(MATLAB Functions)
gcd
(MATLAB Functions)
gcf
(MATLAB Functions)
gco
(MATLAB Functions)
ge
(MATLAB Functions)
genpath
(MATLAB Functions)
genvarname
(MATLAB Functions)
get
(MATLAB Functions)
get
(memmapfile) (MATLAB Functions)
get
(timer) (MATLAB Functions)
getappdata
(MATLAB Functions)
getenv
(MATLAB Functions)
getfield
(MATLAB Functions)
getframe
(MATLAB Functions)
getplottool
(MATLAB Functions)
getpref
(MATLAB Functions)
ginput
(MATLAB Functions)
global
(MATLAB Functions)
gmres
(MATLAB Functions)
gplot
(MATLAB Functions)
grabcode
(MATLAB Functions)
gradient
(MATLAB Functions)
graymon
(MATLAB Functions)
grid
(MATLAB Functions)
griddata
(MATLAB Functions)
griddata3
(MATLAB Functions)
griddatan
(MATLAB Functions)
gsvd
(MATLAB Functions)
gt
(MATLAB Functions)
gtext
(MATLAB Functions)
guidata
(MATLAB Functions)
guide
(MATLAB Functions)
guihandles
(MATLAB Functions)
gunzip
(MATLAB Functions)
gzip
(MATLAB Functions)
hadamard
(MATLAB Functions)
hankel
(MATLAB Functions)
hdf
(MATLAB Functions)
hdf5
(MATLAB Functions)
hdf5info
(MATLAB Functions)
hdf5read
(MATLAB Functions)
hdf5write
(MATLAB Functions)
hdfinfo
(MATLAB Functions)
hdfread
(MATLAB Functions)
hdftool
(MATLAB Functions)
help
(MATLAB Functions)
helpbrowser
(MATLAB Functions)
helpdesk
(MATLAB Functions)
helpdlg
(MATLAB Functions)
helpwin
(MATLAB Functions)
hess
(MATLAB Functions)
hex2dec
(MATLAB Functions)
hex2num
(MATLAB Functions)
hgexport
(MATLAB Functions)
hggroup
(MATLAB Functions)
Hggroup
Properties (MATLAB Functions)
hgload
(MATLAB Functions)
hgsave
(MATLAB Functions)
hgtransform
(MATLAB Functions)
Hgtransform
Properties (MATLAB Functions)
hidden
(MATLAB Functions)
hilb
(MATLAB Functions)
hist
(MATLAB Functions)
histc
(MATLAB Functions)
hold
(MATLAB Functions)
home
(MATLAB Functions)
horzcat
(MATLAB Functions)
hostid
(MATLAB Functions)
hsv2rgb
(MATLAB Functions)
i
(MATLAB Functions)
if
(MATLAB Functions)
ifft
(MATLAB Functions)
ifft2
(MATLAB Functions)
ifftn
(MATLAB Functions)
ifftshift
(MATLAB Functions)
im2frame
(MATLAB Functions)
im2java
(MATLAB Functions)
imag
(MATLAB Functions)
image
(MATLAB Functions)
Image
Properties (MATLAB Functions)
imagesc
(MATLAB Functions)
imfinfo
(MATLAB Functions)
imformats
(MATLAB Functions)
importdata
(MATLAB Functions)
imread
(MATLAB Functions)
imwrite
(MATLAB Functions)
ind2rgb
(MATLAB Functions)
ind2sub
(MATLAB Functions)
Inf
(MATLAB Functions)
inferiorto
(MATLAB Functions)
info
(MATLAB Functions)
inline
(MATLAB Functions)
inmem
(MATLAB Functions)
inpolygon
(MATLAB Functions)
input
(MATLAB Functions)
inputdlg
(MATLAB Functions)
inputname
(MATLAB Functions)
inspect
(MATLAB Functions)
int2str
(MATLAB Functions)
int8,
int16, int32, int64 (MATLAB Functions)
interp1
(MATLAB Functions)
interp2
(MATLAB Functions)
interp3
(MATLAB Functions)
interpft
(MATLAB Functions)
interpn
(MATLAB Functions)
interpstreamspeed
(MATLAB Functions)
intersect
(MATLAB Functions)
intmax
(MATLAB Functions)
intmin
(MATLAB Functions)
intwarning
(MATLAB Functions)
inv
(MATLAB Functions)
invhilb
(MATLAB Functions)
ipermute
(MATLAB Functions)
is*
(MATLAB Functions)
isa
(MATLAB Functions)
isappdata
(MATLAB Functions)
iscell
(MATLAB Functions)
iscellstr
(MATLAB Functions)
ischar
(MATLAB Functions)
isdir
(MATLAB Functions)
isempty
(MATLAB Functions)
isequal
(MATLAB Functions)
isequalwithequalnans
(MATLAB Functions)
isfield
(MATLAB Functions)
isfinite
(MATLAB Functions)
isfloat
(MATLAB Functions)
isglobal
(MATLAB Functions)
ishandle
(MATLAB Functions)
ishold
(MATLAB Functions)
isinf
(MATLAB Functions)
isinteger
(MATLAB Functions)
iskeyword
(MATLAB Functions)
isletter
(MATLAB Functions)
islogical
(MATLAB Functions)
ismember
(MATLAB Functions)
ismethod
(MATLAB Functions)
isnan
(MATLAB Functions)
isnumeric
(MATLAB Functions)
isobject
(MATLAB Functions)
isocaps
(MATLAB Functions)
isocolors
(MATLAB Functions)
isonormals
(MATLAB Functions)
isosurface
(MATLAB Functions)
ispc
(MATLAB Functions)
ispref
(MATLAB Functions)
isprime
(MATLAB Functions)
isprop
(MATLAB Functions)
isreal
(MATLAB Functions)
isscalar
(MATLAB Functions)
issorted
(MATLAB Functions)
isspace
(MATLAB Functions)
issparse
(MATLAB Functions)
isstr
(MATLAB Functions)
isstrprop
(MATLAB Functions)
isstruct
(MATLAB Functions)
isstudent
(MATLAB Functions)
isunix
(MATLAB Functions)
isvalid
(timer) (MATLAB Functions)
isvarname
(MATLAB Functions)
isvector
(MATLAB Functions)
j
(MATLAB Functions)
keyboard
(MATLAB Functions)
kron
(MATLAB Functions)
lasterr
(MATLAB Functions)
lasterror
(MATLAB Functions)
lastwarn
(MATLAB Functions)
lcm
(MATLAB Functions)
ldivide,
rdivide (MATLAB Functions)
le
(MATLAB Functions)
legend
(MATLAB Functions)
legendre
(MATLAB Functions)
length
(MATLAB Functions)
license
(MATLAB Functions)
light
(MATLAB Functions)
Light
Properties (MATLAB Functions)
lightangle
(MATLAB Functions)
lighting
(MATLAB Functions)
lin2mu
(MATLAB Functions)
line
(MATLAB Functions)
Line
Properties (MATLAB Functions)
Lineseries
Properties (MATLAB Functions)
LineSpec
(MATLAB Functions)
linkaxes
(MATLAB Functions)
linkprop
(MATLAB Functions)
linsolve
(MATLAB Functions)
linspace
(MATLAB Functions)
listdlg
(MATLAB Functions)
load
(MATLAB Functions)
loadobj
(MATLAB Functions)
log
(MATLAB Functions)
log10
(MATLAB Functions)
log1p
(MATLAB Functions)
log2
(MATLAB Functions)
logical
(MATLAB Functions)
loglog
(MATLAB Functions)
logm
(MATLAB Functions)
logspace
(MATLAB Functions)
lookfor
(MATLAB Functions)
lower
(MATLAB Functions)
ls
(MATLAB Functions)
lscov
(MATLAB Functions)
lsqnonneg
(MATLAB Functions)
lsqr
(MATLAB Functions)
lt
(MATLAB Functions)
lu
(MATLAB Functions)
luinc
(MATLAB Functions)
magic
(MATLAB Functions)
makehgtform
(MATLAB Functions)
mat2cell
(MATLAB Functions)
infotool
hgprop
Handle
Graphics Properties
learn_matlab
Getting
Started :: (Getting Started)
rn
MATLAB
Release Notes
apiref
External
Interfaces Reference :: (External Interfaces Reference)
toolbox
Database
Toolbox
Neural
Network Toolbox
Signal
Processing Toolbox
Wavelet
Toolbox
MATLAB
Web Server
papers
algoritm
MATLAB WebServer
MATLAB Web Server IZMIRAN
MatLab
MatLab