Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to covert a file of data into array
1 回表示 (過去 30 日間)
古いコメントを表示
i have a file with comma seperated values created from a 3d array.now i want regain 3d array from text file
0 件のコメント
回答 (2 件)
lafnath p
2016 年 10 月 24 日
2 件のコメント
KSSV
2016 年 10 月 24 日
data = load(yourtextfile) ; % load / import
iwant = [data(:,1) data(:,3) data(:,2)] ;
Jan
2016 年 10 月 24 日
Please do not post clarifications as answers and corresponding answers as a comment. All details belonging to a question should be found insider the question. Thanks
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!