Main Content

lowerbound

Límite inferior del rango del objeto fi

Descripción

ejemplo

l = lowerbound(a) devuelve el límite inferior del rango del objeto fi a.

Si l = lowerbound(a) y u = upperbound(a), entonces [l,u] = range(a).

Ejemplos

contraer todo

a = fi(pi,1,16,3,2)
a = 
     2

          DataTypeMode: Fixed-point: slope and bias scaling
            Signedness: Signed
            WordLength: 16
                 Slope: 3
                  Bias: 2
l = lowerbound(a)
l = 
      -98302

          DataTypeMode: Fixed-point: slope and bias scaling
            Signedness: Signed
            WordLength: 16
                 Slope: 3
                  Bias: 2

Argumentos de entrada

contraer todo

Objeto fi de entrada.

Tipos de datos: fi
Soporte de números complejos:

Capacidades ampliadas

Generación de código C/C++
Genere código C y C++ mediante MATLAB® Coder™.

Generación de código HDL
Genere código VHDL, Verilog y SystemVerilog para diseños FPGA y ASIC mediante HDL Coder™.

Historial de versiones

Introducido antes de R2006a

Consulte también

| | | | | | |