Используйте класс FunctionApproximation.LUTMemoryUsageCalculator
, чтобы вычислить общую память, используемую блоками интерполяционной таблицы в модели.
Создайте объект FunctionApproximation.LUTMemoryUsageCalculator
.
Используйте метод lutmemoryusage
, чтобы использовать общую память блоками интерполяционной таблицы в модели sldemo_fuelsys
.
ans =
6×1 table
MemoryUsage
___________
sldemo_fuelsys/fuel_rate_control/airflow_calc/Pumping Constant 1516
sldemo_fuelsys/fuel_rate_control/control_logic/Throttle.throttle_estimate/Throttle Estimation 1516
sldemo_fuelsys/fuel_rate_control/control_logic/Speed.speed_estimate/Speed Estimation 1436
sldemo_fuelsys/fuel_rate_control/control_logic/Pressure.map_estimate/Pressure Estimation 1364
sldemo_fuelsys/fuel_rate_control/airflow_calc/Ramp Rate Ki 192
Total 6024