auto_xyz_CreatePowermap creates a power map (power hyperbola).
Return Value
hDataNew is TRUE (1) if the function was successful, otherwise FALSE (0).
Parameters
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.
specifies the power curve distance.
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 is a matrix with three columns which is return by the function XYZGetHullData.
Comment
The matrix has 50 Columns and 50 Rows.
See also
id-554249