auto_xyz_CreatePowermapΒΆ

auto_xyz_CreatePowermap creates a power map (power hyperbola).

hDataNew = auto_xyz_CreatePowermap(hData, rsPowerDelta)
hDataNew = auto_xyz_CreatePowermap(ssName, hLayer, rvRange, rsPowerDelta, rmXYS)

Return Value

hDataNew is TRUE (1) if the function was successful, otherwise FALSE (0).

Parameters

hData

hData is the handle of a 3D dataset. The x coordinates of the dataset must be revolutions per minute and the y coordinates must be torque in Nm.

rsPowerDelta

specifies the power curve distance.

rvRange

rvRange specifies the range of the power map. rvRange is a vector with four elements:

Value Meaning
rvRange[1] minimum revolution per minute [1/min]
rvRange[2] minimum torque [Nm]
rvRange[3] maximum revolution per minute [1/min]
rvRange[4] maximum torque [Nm]
rmXYS

rmXYS is a matrix with three columns which is return by the function XYZGetHullData.

Comment

The matrix has 50 Columns and 50 Rows.

id-554249