import data from csv file
Show older comments
hi,
i would to import data from a file like attached . I have lot file and i would like extrat some parameter in order to plot variation between eatch cast
thanks
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 13 Jul 2016
Edited: Azzi Abdelmalek
on 13 Jul 2016
you can use csvread or xlsread
[ii,jj,kk]=xlsread('btl-file.csv')
Categories
Find more on App Building in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!