필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
I want to import data from text file into matlab through script. The column headings are to be variable names.
  댓글 수: 4
Shilpesh
Shilpesh 2016년 3월 16일
clear;clc; A=importdata(filename); v=genvarname(A.colheaders);
for i=1:length(A.colheaders) v(i)=A.data(:,i); end

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by