% In MATLAB simulate a mechanical clock. The clock should show the current % time via the hour, minute, and second hand
Posted: Sat May 14, 2022 6:48 pm
% In MATLAB simulate a mechanical clock. The clock should show the current % time via the hour, minute, and second hand and update every second. Use % comments to explain your code as appropriate. % % a) Research the web to find out how to get the computers time in MATLAB. % Use this time information to animate your clock for 5 seconds (100 Points) % (Place you code for part a here even if you also solved part b) % % % b) Research the web to find out how to enquire if a figure is open. Use % this information to control the duration of the animation, i.e. your