Top-down Program Design(2/14) >The top-down design progress Clearly state the problem that you are trying to solve. Define the inputs required by the program and the outputs to be produced by the program. Design the algorithm that you intend to implement in the program. Turn the algorithm into MATLAB statement. Test the resulting MATLAB program. @日济大学 AW TONGJI UNIVERSITY ➢ The top-down design progress ✓ Clearly state the problem that you are trying to solve. ✓ Define the inputs required by the program and the outputs to be produced by the program. ✓ Design the algorithm that you intend to implement in the program. ✓ Turn the algorithm into MATLAB statement. ✓ Test the resulting MATLAB program. Top-down Program Design(2/14)