Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I want to import data from text file into matlab through a script. The column headings are to be variable names.

1 visualización (últimos 30 días)
I want to import data from text file into matlab through script. The column headings are to be variable names.
  4 comentarios
Shilpesh
Shilpesh el 16 de Mzo. de 2016
clear;clc; A=importdata(filename); v=genvarname(A.colheaders);
for i=1:length(A.colheaders) v(i)=A.data(:,i); end

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by