About 89 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. or - Find logical OR - MATLAB - MathWorks

    This MATLAB function performs a logical OR of inputs A and B and returns an array or a table containing elements set to either logical 1 (true) or logical 0 (false).

  4. rdivide - Right array division - MATLAB - MathWorks

    C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™. If you use rdivide with single type and double type operands, the generated code might not produce the same result as …

  5. 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 …

  6. and - Find logical AND - MATLAB - MathWorks

    This MATLAB function performs a logical AND of inputs A and B and returns an array or a table containing elements set to either logical 1 (true) or logical 0 (false).

  7. What is the difference between * and .* in Matlab?

    Apr 4, 2013 · In order to use the first operator, the operands should obey matrix multiplication rules in terms of size. For the second operator vector lengths (vertical or horizontal directions may differ) or …

  8. What's the difference between & and && in MATLAB?

    Sep 4, 2009 · Quoth the documentation: "When you use the element-wise & and | operators in the context of an if or while loop expression (and only in that context), they use short-circuiting to …

  9. What is the @ operator (at sign) in MATLAB? - Stack Overflow

    Jan 20, 2010 · I have some MATLAB programs that use the @ (at sign) as an operator. What does it mean? Does MATLAB 6.5 support this operator?

  10. mldivide - Solve systems of linear equations Ax = B for x - MATLAB

    This MATLAB function solves the system of linear equations A*x = B.