About 74 results
Open links in new tab
  1. arithmetic - What are the formal names of operands and results for ...

    What are the formal names of operands and results for basic operations? Ask Question Asked 11 years, 4 months ago Modified 3 months ago

  2. How to Fix "Warning: Colon operands must be real scalars" Warning

    Apr 8, 2016 · How to Fix "Warning: Colon operands must be... Learn more about cell, array, table MATLAB

  3. Colon operands must be real scalars - MathWorks

    Sep 12, 2024 · Colon operands must be real scalars. Learn more about colon, array indexing MATLAB

  4. MISRA C:2023 Rule 10.1 - Operands shall not be of an inappropriate ...

    An expression of essentially complex floating type for these operands is a constraint violation. Comparing floating-point types can result in unexpected and implementation-dependent results. …

  5. Operands to the logical AND (&&) and OR (||) operators must be ...

    Jul 4, 2024 · Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL functions to reduce operands to logical scalar values.

  6. colon - Vector creation, array subscripting, and for-loop iteration ...

    Previously, colon used the first element of any nonscalar operands to evaluate the expression. To preserve the behavior of previous releases, update your code to specify the first element of any …

  7. Operands to the || and && operators must be convertible to logical ...

    Jul 28, 2014 · Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL functions to reduce operands to logical scalar values.

  8. Error: Colon operands must be real scalars. - MathWorks

    May 30, 2025 · Error: Colon operands must be real scalars.. Learn more about simulink, matlab, colon MATLAB

  9. MISRA C:2023 Rule 10.4 - Both operands of an operator in which the ...

    Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category.

  10. MISRA C++:2023 Rule 7.0.4 - The operands of bitwise ... - MathWorks

    The operands of bitwise operators and shift operators shall be appropriate.