MATLAB: Input points from matlab to simulink

inputMATLABsimulink

I created two different array consists of x and y positions for a robot end-effector. How can I use this points as an input to the simulink model ?

Best Answer

if x and y are vectors available in the workspace, (with a time vector corresponding), you can simply use a FromWorkspace block to use these data as input of your model.
Related Question