Computer Science and Engineering

Modeling And Simulation Technology

Problem 2


Assignment Details:


Problem #2 (10 points)

Simple Dynamic Model and GUI

Assigned: 2012-01-25
Due: 2012-02-01

Overview:

Run a dynamical model and display the results graphically in a graphical user interface (GUI).

Details:

Use the model from problem #1. Display the model x and y positions in a graphical user interface panel, as dots, circles, or other markers in a plotting area (JPanel).

Turn-in:

The files to be turned in for this programming assignment are as follows:

  1. All source code files
  2. Writeup on how to compile, run, and use the program, as well as details of which systems you used, any problems you encountered, and how you overcame them.

These are to be placed in a single jar or tar file and e-mailed as an attachment to jholten@nmt.edu

Extra Credit: (max 1 point)

Rerun the model with dt at each of the values {0.05, 0.10, 0.20} over the same time interval and plot the model run values all on one panel, with each run in a different color so they can be visually compared.