Introduction

BeamNG.tech Support for MATLAB and Simulink is a MATLAB toolbox that allows you to connect MathWorks products with BeamNG.tech. It comes with two components:

MATLAB Bridge

MATLAB Bridge allows you to control BeamNG from MATLAB scripts, for example to set up scenarios or to query vehicle information. This uses BeamNGpy leveraging MATLAB’s ability to call Python libraries under the hood.

        graph LR;
  ml(MATLAB)<-->py(BeamNGpy)<-->bng(BeamNG.tech);