Spectrum Internship
- First create a GUI which would have 1 pop-up menu and 3 push buttons and 2 edit text.
- In the pop-up menu it should content 5 countries names.
- The push buttons should be name accordingly 1st :-Confirmed, 2nd :-Deceased, 3rd :-Both
- When the user selects any of the countries and then press one of the push button, 1st will show a plot of confirmed cases 2nd will show a plot of deceased 3rd will show both(use subplot command) note:-for that country only
- And the 2 texts boxes will show the total no of confirmed and total no of deceased. note:-for that country only
- All the data required for plotting is provided in the form of excel sheet(data.xls).
- Import all the data required for the plotting from the excel sheet.