save excel data to matfile.....

52 views (last 30 days)
Elysi Cochin
Elysi Cochin on 4 Mar 2013
Commented: Eka Mariyanti on 2 Oct 2017
i have an excel sheet with 25 rows and 25 column values.... is it possible to save that 25 rows and 25 columns into a matfile.... if yes how to do.... please do reply.....

Accepted Answer

ChristianW
ChristianW on 4 Mar 2013
Reading excel sheet:
doc xlsread
Saving into matfile
doc save
  4 Comments
Eka Mariyanti
Eka Mariyanti on 2 Oct 2017
empat = xlsread('4.csv')
save empat.mat empat
xlsread also useful for .csv file

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!