Building a GUI to read, modify and write an Excel file. 3/4
- 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 MATLAB file that runs the low-level functions
The final video implements the simple GUI discussed here, calling the functions created above.
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.