Processing Multiple Files at once.
이전 댓글 표시
Hello Everyone,
I have attached two Scripts to this. One of the scripts processes (File named Single Single_FIle_GPP) spits the output I am looking for but I would want my code to do this with multiple files are selected.
Currently my output is of Two Columns and 80 Rows (max) from one file in a table format. In case of of multiple files I would want my next files output spaced by one column.
MultiFile_Input is the Incomeplete Script.
Could someone suggest an efficient indexing method Please.
Thanks
댓글 수: 2
VBBV
2024년 2월 21일
Add single and/or double whitespace to end of the existing completed table variable for single file input and process it for multiple files reading each file data sequentially in a loop
VBBV
2024년 2월 21일
Important that table variables used for reading data must remain same for each input file
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Text Data Preparation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!