sum
-
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 » -
Examples
Simulation of a Bouncing Ball
Figure 1: A ball is thrown up with a velocity of 15 m/s from a height of 10 m.…
Read More » -
Documents
Simulink Building the Model
Building the Model Simulink® provides a set of predefined blocks that you can combine to create a detailed block diagram…
Read More » -
Controls
Linear Algebra
Informally, the terms matrix and array are often used interchangeably. More precisely, a matrix is a two-dimensional numeric array that…
Read More » -
Documents
Working with 8-Bit and 16-Bit Images
8-Bit and 16-Bit Indexed Images Double-precision (64-bit) floating-point numbers are the default MATLAB representation for numeric data. However, to reduce…
Read More » -
Controls
The Colon Operator
The colon, :, is one of MATLAB’s most important operators. It occurs in several different forms. The expression 1:10 is…
Read More » -
Functions
Subscripts
Subscripts Command The element in row i and column j of A is denoted by A(i,j). For example, A(4,2) is…
Read More »