Building a GUI to read, modify and write an Excel file. 1/4
This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example. The purpose of this GUI is to:
- Select an Excel file and read it into the MATLAB workspace
- Modify the data that came from the file. In this case by multiplying by a scalar
- Write the modified data into an Excel file with a name derived from the original filename
The second video creates the low-level functions needed to implement the functionality
The third video creates a single m-file that runs the low-level functions
The final video implements the simple GUI discussed here, calling the functions created above.
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.