フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Shilpesh
Shilpesh 2016 年 3 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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