Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
I want to import data from text file into matlab through script. The column headings are to be variable names.
  4 Kommentare
Shilpesh
Shilpesh am 16 Mär. 2016
clear;clc; A=importdata(filename); v=genvarname(A.colheaders);
for i=1:length(A.colheaders) v(i)=A.data(:,i); end

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by