Create interactive graphs and execute custom MATLAB Server scripts through our Microsft Powerpoint add-in.
Currently, the Microsft Powerpoint does not offer interactive plots (like MATLAB does). It also can't perform any calculations on the data. In this project, we are making the plots in Microsoft Powerpoint interactive. This way, a user can generate interactive plots on the go during the presentation and this is backed up by the powerful MATLAB Production server.
- User adds the custom Microsoft PowerPoint plug-in
- User chooses the type of plot (Bar, Pie, Line, etc.)
- User presses the "analyze" button
- Client-side code sends an API request to MPS server with an input array as JSON
- The MATLAB script running on the server will return the resulting output array as JSON
- Client-side code parses the data and plots the interactive graph using Javascript which is viewed by the User on the PPT slide
For more usage details, refer to this video.