The image below is the quadrotor model in simulink, now it's following a path made of sine waves for x and y.
If I want the quadrotor to follow a path made of predefined x,y,z values, how can I specify that?
The most logical way to do this is to create an arbitrary timeseries variable in MATLAB and then use it as an input in Simulink using a "Read data from workspace" block
z=-4. Can you made thexandyfor the same way?