I am a beginner in the field of Data Mining. I have a data which i need to process before visualizing any useful results. So I do the following:
- Preprocess data using Java Program ( Output : txt files) (Input: FileNames)
- Convert .txt files to .xls files ( Excel file)
- Import excel file in MATLAB
- Write Matlab Script to draw some plots on the imported data
I wish to automate this process by just pressing run button and then it happens automatically.
Please guide me how to integrate my work so instead of doing these 4 steps each time i just provide input file names and all the work is done in one go.
Thanks!