Loading [Contrib]/a11y/accessibility-menu.js
What's New
Discover new features and enhancements.
Get Started
New to Activate ? Learn the basics here.
Tutorials
Start using Activate with our interactive tutorials.
Model Components
Learn about the components in Activate models.
Physical Component Modeling
Learn about modeling physical components.
Hydraulic System Modeling
Learn about modeling hydraulic systems with the Hydraulics (By Fluidon) library.
Electrical System Modeling
Learn about modeling electrical and electronic systems with Modelica and Spice.
Multibody Mechanical System Modeling
Learn about modeling multibody dynamic systems.
Electromagnetic System Modeling
Learn about modeling electromagnetic systems.
Simulation Basics
Learn how to set up, run, and troubleshoot simulations.
Simulation Results
Discover options to review, display, and export results.
Block Libraries
Learn about block libraries for building dynamic system models.
Code Generation
Learn about generating code from an Activate model.
Reference Guides
Explore the Extended Definitions, OML Guides, Block Library, API Guide and Glossary.
Extended Definitions for Advanced Users
PDF file with in-depth information on key topics in the User's Guide.
Scripting Guide for the OpenMatrix Language
OpenMatrix is a mathematical scripting language.
Reference Guide for OpenMatrix Language Functions
The Reference Guide contains documentation for all functions supported in the OpenMatrix language.
ABF Commands
Altair Integration
CAE Commands
Calculus Commands
Computer Vision
Control System Commands
Core Minimal Interpreter Commands
Data Structure Commands
Differential Equations Commands
Elementary Math Commands
abs
Returns the absolute value of a scalar/matrix/complex number.
accumarray
Array accumulation.
angle
Returns the phase angle of z equal to atan2(imag(z) , real(z)) .
bi2de
Converts numbers from binary or a specified base to their decimal equivalents.
bin2dec
Converts binary numbers to their decimal equivalents.
cart2pol
Converts Cartesian coordinates to polar or cylindrical.
cart2sph
Converts Cartesian coordinates to spherical.
ceil
Returns the smallest integer that is greater than or equal to x .
circshift
Circular shift.
complex
Returns a complex number composed of real elements.
cplxpair
Sorts x into its ascending pairs by real part.
cumprod
The cumulative product of object's elements along a specified dimension.
cumsum
The cumulative sum of an object's elements along a specified dimension.
de2bi
Converts non-negative integers to their equivalents in binary or a specified base.
dec2bin
Converts non-negative integers to their binary equivalents.
dec2hex
Converts non-negative integers to their hexadecimal equivalents.
diag
Creates a diagonal matrix or returns the diagonal elements of a matrix on diagonal k .
diff
Returns a vector or matrix of differences.
double
Converts A into double precision type.
e
Symbol for the base of the natural logarithm.
eps
The spacing between two adjacent numbers in a given machine's floating point system, Epsilon.
exp
For each element of x , returns e^x .
eye
Returns an identity matrix.
factor
Returns the prime factorization of X . If two outputs are requested, returns the unique primes of X .
find
Returns the position of non-zero elements in a matrix.
fix
Rounds X down to zero.
flip
Returns R , which is the matrix, m , flipped along the axis, a .
fliplr
Returns R , which is the matrix, m , with its columns flipped left to right.
flipud
Returns R , which is the matrix, m , with its rows flipped from top to bottom.
floor
Returns the largest integer that is not greater than x .
gcd
Returns the greatest common deviser of the set x .
hex2dec
Converts hexadecimal numbers to their decimal equivalents.
i
The imaginary number i , such that i^2 = -1
imag
Returns the imaginary component of a complex number.
ind2sub
Returns subscript from the linear index ind .
intersect
Returns the elements in both a and b .
ipermute
Generalized reversing transpose of a matrix, using a permutation vector.
isbool
Determines if x is a logical value.
iscomplex
Determines if x is a complex value.
isempty
Determines if x is an empty value.
isequal
Compares x1,x2,... to each other; if all are equal, returns boolean value true , otherwise returns false .
isglobal
Returns a logical value indicating whether the input is global in scope.
islogical
Determines if x is a logical value.
ismember
Determine which elements of the first argument exist in the second argument.
isprime
Determines if x is a prime number.
isreal
Determines if x is a real number.
issorted
Returns true if the array x sorted by mode. By default mode is ascending.
isvector
Determines if x is a vector.
j
The imaginary number i , such that i^2 = -1 .
lcm
Least common multiple.
length
Returns the length of an object's largest dimension.
log
Computes the natural log for each element of x .
log2
Computes the base-2 logarithm of a matrix.
log10
Computes the base-10 logarithm for each element of x .
logical
Converts x to a logical type.
max
Returns the maximum value of matrix.
mean
Returns the mean of X . When x is a matrix the mean for each column and returns them in a row vector.
min
Returns the minimum value of a matrix.
mod
Returns x modulo y .
ndims
Returns the number of dimensions of an array.
nextpow2
Computes the exponent of the smallest power of 2 that is greater than or equal to the input in magnitude.
numel
Returns the number of elements in x .
ones
Returns a matrix of ones.
permute
Generalized transpose of a matrix, using a permutation vector.
pi
Symbol for pi.
pol2cart
Converts polar or cylindrical coordinates to Cartesian.
pow2
Computes powers of 2.
primes
Returns all primes up to X .
prod
Takes the product of elements along dimension dim .
rank
Computes the rank of matrix A .
rat
Returns a rational approximation of the input using a continued fraction approximation.
real
Returns the real part of x .
realmax
Returns a matrix whose elements are all the largest floating point number that is representable.
realmin
Returns a matrix whose elements are all the smallest normalized floating point number that is representable.
rem
The resulting remainder of x / y .
repmat
Replicates an input to create a block matrix with the number of specified replications in each dimension.
reshape
Returns a matrix with the same elements as the input, but with reassigned dimensions.
rot90
Returns R , the result of rotating matrix, m , in 90-degree succession(s).
round
Rounds values to specified precision.
setdiff
Returns a matrix of the elements in matrix that are not in another specified matrix.
setxor
Returns the elements exclusive to a or b .
shiftdim
Shift dimensions.
sign
Returns the sign of the value passed in.
single
Marks the given input in as a single precision data type. Single precision data can be used in the save command to write with single precision in .mat files.
size
Returns the size of each dimension of an object.
sph2cart
Converts spherical coordinates to Cartesian.
sqrt
Returns the square root of each element of x .
squeeze
Removes singular dimensions from a matrix.
sub2ind
Converts subscript to a linear index.
sum
Sums up the elements within the input A , along the dimension d (if d is given).
union
Returns the elements that are in matrices x and y . If 'rows' is provided then each row will be considered its on set.
unique
Returns the unique elements in the input x
vec2mat
Converts a vector, v , to a matrix with the specified number of columns, c .
zeros
Creates a matrix of zeros.
File I/O Commands
Geometry Commands
GUI Commands
HDF5 Reader Commands
HDF5 Writer Commands
hstpyfit Commands
Image Commands
librarymanager Commands
Linear Algebra Commands
Logical Commands
Omlh3d Commands
Optimization Commands
Plotting Commands
Polynomial Math Commands
Signal Processing Commands
Statistical Analysis Commands
String Operations Commands
System Commands
Time Commands
Trigonometry Commands
OML to Python Bridge Commands
Python to OML Bridge Commands
Block Reference Guide
Describes all of the blocks in the installed Activate library.
Function Guide for Activate
Provides information about developing and simulating models through the Activate Application Program Interface.
Glossary
Key terms associated with the software.
Frequently Asked Questions
You've got questions? We've got answers!
Keyboard Shortcuts
Define shortcuts to common operations.
pow2
Computes powers of 2.
Syntax
R = pow2(X)
R = pow2(F, E)
X
Specifies the desired power of two to return.
Dimension: scalar | vector | matrix
F
The number to multiply by 2.^E .
Dimension: scalar | vector | matrix
E
The exponent. Must have the same dimensions as F .
Dimension: scalar | vector | matrix
Outputs
R
The result of either 2.^X or F.*2.^E.
Examples
Simple scalar
input:
R = pow2(4)
R = 16
Simple matrix
input:
R = pow2([4 3])
R = [Matrix] 1 x 2
16 8
Multiple scalar input with
pow2(2,3) being equivalent to
2 *
2^3 :
R = pow2(2,3)
R = 16
Multiple matrix
input:
R = pow2([2.2,7.7,1.1],[-3,1.8,2.3])
R = [Matrix] 1 x 3
0.27500 26.81296 5.41704