About 2,600,000 results
Open links in new tab
  1. int - Definite and indefinite integrals - MATLAB - MathWorks

    Note The int function computes integral symbolically, and it is not related to integer data types in MATLAB ®. For more information about integers, see Integers.

  2. Integration - MATLAB & Simulink - MathWorks

    High-precision numerical integration is implemented in the vpaintegral function of the Symbolic Math Toolbox™. vpaintegral uses variable-precision arithmetic in contrast to the MATLAB …

  3. Integers - MATLAB & Simulink - MathWorks

    Integers Integer Classes MATLAB ® has four signed and four unsigned integer classes. Signed types enable you to work with negative integers as well as positive, but cannot represent as …

  4. cast - Convert variable to different data type - MATLAB - MathWorks

    This MATLAB function returns the data in A converted to the data type (class) newclass, where newclass is the name of a built-in data type compatible with A.

  5. integral - Numerical integration - MATLAB - MathWorks

    q = integral(fun,xmin,xmax,Name,Value) specifies additional options with one or more Name,Value pair arguments. For example, specify 'WayPoints' followed by a vector of real or …

  6. int - Get and set stored integer value of fi object - MATLAB

    This example shows how to use the int function to get and set the stored integer values fi objects. Create fi object a using the default settings. Use the int function to get the stored integer value …

  7. isinteger - Determine whether input is integer array - MATLAB

    MATLAB stores a complex number as a double type by default. Convert the complex number into a signed 32-bit integer type using the int32 function. Check if it is an integer type.

  8. int64 - 64-bit signed integer arrays - MATLAB - MathWorks

    Variables in MATLAB of data type (class) int64 are stored as 8-byte (64-bit) signed integers.

  9. Random Integers - MATLAB & Simulink - MathWorks

    This example shows how to create an array of random integer values that are drawn from a discrete uniform distribution on a specific set of numbers.

  10. randi - Uniformly distributed random integers - MATLAB

    This MATLAB function returns a random scalar integer between 1 and imax.