I have an excel file containing numbers in five columns and several rows. Each column represents a variable.How I can generate a mat file that recognise the varaibles? And how to call the variables for the mat file generated?

 Akzeptierte Antwort

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy am 14 Jun. 2018

1 Stimme

Use below commands.
if true
Input=xlsread('your_file.xls');
save Input.mat
end

3 Kommentare

Davide Di Pasquale
Davide Di Pasquale am 14 Jun. 2018
Thanks Yuvaraj,
I have created the Input. mat file, but How Can I read the variables?. Imagine I have x y u v w in the columns as variable, position and 3 velocity component. and want to read those. Thanks again and best regards,
Use this,
if true
load('Input.mat')
end
Yuvaraj Venkataswamy
Yuvaraj Venkataswamy am 14 Jun. 2018
Then can define it as variable like below,
A=input;
Then use it for further processing.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by