GUI For Analyzing Data
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all. I'm working on code to help me analyze data for research. A lot of the code is specific to the project I'm working on, but the more general functionalitites include:
- Can automatically save MATLAB variables into chosen directory. For my project, the code could take readings from pressure gauges and create and save a matrix for the forces on the object.
- Can automatically save graphs and upload them or modify them on PowerPoint.
- Can automatically create graphs which relate multiple parameters. The graph title, labels, legends, and file name are generated automatically.
This was just meant to make analyzing data more efficient for me. I'm wondering now if it would be useful to implement this into a more user-friendly environment which could perhaps be used for more general purpose, probably as a GUI. User options might include:
- Set physical constant which are often used when analyzing the data (e.g. physical dimensions, constants like g and density).
- Decide if you want to save variables, save figures, or modify the PowerPoint.
- State the directory in which everything (MATLAB variables, raw data, figures, PowerPoint) is stored, and the different folders in which you want to put them in.
- Some other things like changing the font for graphs.
- You would of course need to write your own code for creating useful MATLAB variables from the raw data and graphs specific to your project.
I'm curious if something like thas has been done before, and if not, if it could potentially be useful. Thanks!
Risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Report Generator in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!