How do I upload data into Matlab GUI
Mostrar comentarios más antiguos
I'm making a Matlab GUI that downloads data from a txt file(3 columns), and finds the mean, median, maximum, and minimum of each column. I'm trying to figure out what the code to download the file into my graph, as well as code each other part.
Respuestas (1)
Image Analyst
el 22 de Nov. de 2016
0 votos
You could use plot(), bar(), surf(), imshow() or any number of other plotting and display functions. See the MATLAB Gallery for some visualization options that you might want to use.
Categorías
Más información sobre Downloads en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!