Name
-
Documents
Programming and Scripts
Scripts To create a script, use the edit command, edit mysphere This command opens a blank file named mysphere.m. Enter some code that…
Read More » -
Documents
Calling a Function in Matlab
MATLAB® provides a large number of functions that perform computational tasks. Functions are equivalent to subroutines or methods in other programming languages. To call…
Read More » -
Functions
The magic Function
Matlab MAGIC Function MATLAB actually has a built-in function that creates magic squares of almost any size. Not surprisingly, this…
Read More » -
Documents
Reading, Writing, and Querying Graphics Image Files
Working with Image Formats In its native form, a graphics file format image is not stored as a MATLAB matrix,…
Read More » -
Documents
Linking Graphs to Variables & Data Source Properties
Plot objects let you link a MATLAB expression with properties that contain data. For example, the lineseries object has data…
Read More »