How can I open excel file in Mathlab
이전 댓글 표시
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
Jan
2013년 3월 7일
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?
답변 (1개)
Carlos
2013년 3월 7일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!