Ask Your Question

Justraja13's profile - activity

2020-06-03 17:46:20 +0200 received badge  Notable Question (source)
2020-06-03 17:46:20 +0200 received badge  Famous Question (source)
2014-04-07 23:20:05 +0200 received badge  Popular Question (source)
2012-04-11 23:58:35 +0200 asked a question Matlab flight simulator display indicator query

Hello

I'm working on a flight simulator at the moment within Matlab. I've hooked it up to a joystick and i have great control of yaw, roll, pitch, VTOL, thrust reversers and more! One nice little feature I have made in an m-file is an altitude and speed indicator. These indicators are basically two plots of an outer circle and inner circle and then a dial inside pointing to a value.

The idea is as the aircraft flies, the dial changes indicating speed.

However, I can't quite figure out how to implement this in real time within simulink. I can't use X-Y plots as I require more than one plot on the figure. The needle needs to move simultaneously (or at least with as little delay as possible) with the simulation.

Any help would be greatly appreciated!!!