How do I upload data into Matlab GUI
이전 댓글 표시
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.
답변 (1개)
Image Analyst
2016년 11월 22일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!