Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
I want to import data from text file into matlab through script. The column headings are to be variable names.
  4 Commenti
Shilpesh
Shilpesh il 16 Mar 2016
clear;clc; A=importdata(filename); v=genvarname(A.colheaders);
for i=1:length(A.colheaders) v(i)=A.data(:,i); end

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by