About 87 results
Open links in new tab
  1. MATLAB Operators and Special Characters - MATLAB & Simulink

    Comprehensive listing of all MATLAB operators, symbols, and special characters.

  2. Operators and Elementary Operations - MATLAB & Simulink

    Operators and Elementary Operations Arithmetic, relational, and logical operators, special characters, rounding, set functions The MATLAB ® language uses many common operators and special …

  3. Relational Operations - MATLAB & Simulink - MathWorks

    Relational Operations Value comparisons Relational operators compare the elements in two arrays and return logical true or false values to indicate where the relation holds. For more information, see …

  4. if - Execute statements if condition is true - MATLAB - MathWorks

    This MATLAB function evaluates an expression, and executes a group of statements when the expression is true.

  5. fprintf - Write data to text file - MATLAB - MathWorks

    This MATLAB function applies the formatSpec to all elements of arrays A1,...An in column order, and writes the data to a text file.

  6. Operator Precedence - MATLAB & Simulink - MathWorks

    Operator Precedence You can build expressions that use any combination of arithmetic, relational, and logical operators. Precedence levels determine the order in which MATLAB ® evaluates an …

  7. Logical (Boolean) Operations - MATLAB & Simulink - MathWorks

    MATLAB ® represents Boolean data using the logical data type. This data type represents true and false states using the numbers 1 and 0, respectively. Certain MATLAB functions and operators return …

  8. Arithmetic Operations - MATLAB & Simulink - MathWorks

    Arithmetic Operations Addition, subtraction, multiplication, division, power, rounding Arithmetic functions include operators for simple operations like addition and multiplication, as well as functions for …

  9. MATLAB Documentation - MathWorks

    Get Started Learn the basics of MATLAB Language Fundamentals Syntax, array indexing and manipulation, data types, operators Data Import and Analysis Import and export data, including large …

  10. Array Comparison with Relational Operators - MATLAB & Simulink

    Array Comparison with Relational Operators Relational operators compare operands quantitatively, using operators like “less than”, “greater than”, and “not equal to.” The result of a relational …