Lab 7 – Design Analysis Tool

The purpose of the lab was to be able to use the MATLAB Graphical User Interface (GUI) to collect data from the AEV. The previous lab had the group members collect the EEPROM data and then convert the data to be able to graph. The difference between this lab and the previous one is how to collect the data. By having a GUI that can do the entire task of the previous lab, downloading data, converting the information, and then graphing the data, it will save time in for future AEV performance analysis.

By using the MATLAB GUI to collect data from the AEV, time that could’ve been spent on calculating EEPROM data can now be shifted and invested into design and coding the AEV to increase efficiency and decrease time. The MATLAB GUI will also help with accurately calculating the data from the Arduino.

Below will have a sample graph that the MATLAB GUI can generate given the data downloaded from the Arduino along with how the interface looks like to the user. The corresponding Arduino code will also be listed under the link.

matlab gui interface aev design tool

 

lab7 graph pic

Links:

Previous Lab – Lab 6: System Analysis 2
Next Lab – Lab 8: Performance Test 1