You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rendering method consumes significant computational resources. For example, the main10.m example does not run in real-time on a Core i7 laptop, and the visualisation is not rendered. Adding ‘drawnow’ calls at end of control loop forces rendering for problems where the simulation-time is longer than real-time. We should also measure how the run-time complexity of the simulator changes as subsequent platforms are added.
The text was updated successfully, but these errors were encountered:
The rendering method consumes significant computational resources. For example, the main10.m example does not run in real-time on a Core i7 laptop, and the visualisation is not rendered. Adding ‘drawnow’ calls at end of control loop forces rendering for problems where the simulation-time is longer than real-time. We should also measure how the run-time complexity of the simulator changes as subsequent platforms are added.
The text was updated successfully, but these errors were encountered: