Octave/Matlab can read CSV file and do some processing or plot the data quickly and easily.
Below are simple codes that read a CSV file and make some parse.
1. Read Sample_Data.csv file and stored as char array:
char = strsplit(fileread ("Sample_Data.csv"));
2. Simple parse: Iterate each element and skip first 5 column data
沒有留言:
張貼留言