Borrar filtros
Borrar filtros

Creating Mat file using execl file

1 visualización (últimos 30 días)
Davide Di Pasquale
Davide Di Pasquale el 14 de Jun. de 2018
Comentada: Yuvaraj Venkataswamy el 14 de Jun. de 2018
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?

Respuesta aceptada

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy el 14 de Jun. de 2018
Use below commands.
if true
Input=xlsread('your_file.xls');
save Input.mat
end
  3 comentarios
Yuvaraj Venkataswamy
Yuvaraj Venkataswamy el 14 de Jun. de 2018
Use this,
if true
load('Input.mat')
end
Yuvaraj Venkataswamy
Yuvaraj Venkataswamy el 14 de Jun. de 2018
Then can define it as variable like below,
A=input;
Then use it for further processing.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by