Clear Filters
Clear Filters

Plotting large amount of data from excel in MATLAB

3 views (last 30 days)
I have an excel file which contains numerous data read by a sensor over a long period of time. What I want to achieve is pretty much similar to the software customization found here . However, I am not very sure how to make use of that software to achieve similar results with my own excel file. Can someone help me get started on this? every suggestion and help is greatly appreciated. Thanks.
Edited:
I have attached a screenshot of part of excel file as well.
There are about 100 rows and 23 columns. so it is a pretty huge matrix I have to deal with.

Accepted Answer

Star Strider
Star Strider on 21 Jul 2015
Have you experimented with the xlsread function?
If so, what about it worked or did not work as you wanted it to? Posting all or a part of your Excel file here would help us guide you through importing the data in your file. (Use the ‘paperclip’ icon and both the ‘Choose file’ and ‘Attach file’ steps to upload it.)
  2 Comments
Ye
Ye on 21 Jul 2015
Hi, I have attached the screenshot of the data file. Thanks.
Star Strider
Star Strider on 21 Jul 2015
A screenshot isn’t what we need. You need to upload the entire file, and then tell us what you want from it. A (100x23) file is not large.

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!