Package: FunctionApproximation
Calculate memory used by lookup table blocks in a system
The FunctionApproximation.LUTMemoryUsageCalculator
class helps to
calculate the memory used by each lookup table block, including 1-D Lookup Table, 2-D Lookup Table, and n-D Lookup Table, used in a model.
creates a calculator
= FunctionApproximation.LUTMemoryUsageCalculator()FunctionApproximation.LUTMemoryUsageCalculator
object. Use
the lutmemoryusage
method to calculate the memory used by each lookup
table block in a model.
lutmemoryusage | Calculate memory used by lookup table blocks in a system |
Handle. To learn how handle classes affect copy operations, see Copying Objects.