About 82,800 results
Open links in new tab
  1. Arithmetic Operations - MATLAB & Simulink - MathWorks

    Arithmetic functions include operators for simple operations like addition and multiplication, as well as functions for common calculations like summation, moving sums, modulo operations, and …

  2. MATLAB Operators and Special Characters - MATLAB & Simulink

    MATLAB Operators and Special Characters This page contains a comprehensive listing of all MATLAB ® operators, symbols, and special characters. Arithmetic Operators

  3. Math Operations - MATLAB & Simulink - MathWorks

    Use blocks from the Math Operations library to model basic mathematical functions.

  4. Basic Matrix Operations - MATLAB & Simulink Example

    This example shows basic techniques and functions for working with matrices in the MATLAB® language.

  5. Array vs. Matrix Operations - MATLAB & Simulink - MathWorks

    MATLAB ® has two different types of arithmetic operations: array operations and matrix operations. You can use these arithmetic operations to perform numeric computations, for …

  6. Operators and Elementary Operations - MATLAB & Simulink

    The MATLAB ® language uses many common operators and special characters that you can use to perform simple operations on arrays of any type. See MATLAB Operators and Special …

  7. Elementary Math - MATLAB & Simulink

    Elementary math functions include functionality for arithmetic operations (+, -, *, ...), mathematical constants (Inf, pi, …), polynomial operations (poly, roots, …), and special mathematical …

  8. Live Editor tasks are apps that can be added to a live script to interactively perform a specific set of operations. Tasks represent a series of MATLAB commands.

  9. power - Element-wise power - MATLAB - MathWorks

    The power operator supports operations directly on tables and timetables without indexing to access their variables. All variables must have data types that support the operation. For more …

  10. Operator Precedence - MATLAB & Simulink - MathWorks

    Precedence levels determine the order in which MATLAB ® evaluates an expression. Within each precedence level, operators have equal precedence and are evaluated from left to right.