Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Mathlab Assignment Issues
Posted:
Nov 27, 2012 1:39 PM
|
|
"raymond cotay" <rcotay@gmail.com> wrote in message news:k8gd68$lc7$1@newscl01ah.mathworks.com... > my professor gave a folder full of Csv files. These files contain baseball > information. i need to write a script that rads the necessary tables and > does the following > > calculate total strike outs for all years > display this information in a graph > > i need help because i do not understand what functions to use i do not > want anyone to do my home work for me but can someone help me grasp the > task of working with tables?
http://www.mathworks.com/help/matlab/text-files.html
Either the Import Tool or the CSVREAD functions mentioned on that page should help you.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|