how can i convert excel file to mat file

101 views (last 30 days)
i have excel file i want to convert to mat file for estimate the parameter turbulence of atmosphere

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 30 Nov 2014
[a,b,c]=xlsread('yourfile.xlsx')
save yourmatfile c
  4 Comments

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!