Main Content

force

(To be removed) Apply force feedback to joystick axis

force will be removed in a future release. For more information, see Version History.

Syntax

force(joy,n,f)

Description

force(joy,n,f) applies force feedback f to joystick axis n.

Input Arguments

expand all

Joystick, specified as a vrjoystick object.

Axis number of joystick, specified as a scalar or a vector.

Force feedback to be applied to joystick axis, specified as a scalar or a vector in the range [-1,1]. Values of f should be in range of -1 to 1, and the number of elements in f should either match the number of elements of n, or f can be a scalar to be applied to all the axes specified by n.

Version History

Introduced in R2007b

collapse all

R2023b: To be removed

The force will be removed in a future release. Instead, use sim3d classes and Simulation 3D blocks to interface MATLAB® and Simulink® with the Unreal Engine® 3D simulation environment. To get started, see Create 3D Simulations in Unreal Engine Environment.

See Also