How can I open excel file in Mathlab

3 views (last 30 days)
titas
titas on 7 Mar 2013
Dear all, I a newcomer in Mathlab world. My teacher gives me an assignment for creating graphs using Mathlab. He provides me a Microsoft excel sheet. He advised me to use those values to create a graph using Mathlab. But i don't know how to import Excel file in Mathlab.
I am waiting for your suggestion.
Have a nice time for all .....
Regards ------- Titas Skype : titasce
  1 Comment
Jan
Jan on 7 Mar 2013
As you can see at many places on this page, the software is called MATLAB without an h.
What kind of answer do you expect? Did you ask your favorite search engine for "import excel Matlab" alraedy?

Sign in to comment.

Answers (1)

Carlos
Carlos on 7 Mar 2013
Use the xlsread function to read the excel values and store them in a vector, so that you can represent them using the plot command.
You can find more information typing doc xlsread in the command window

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!