Community Profile

photo

The boy


Last seen: 1 year ago Active since 2023

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


I want to export data to txt file in Loop
files = dir('*.txt'); N =length(files); for i=1:N data = readtable(files(i).name); data = removevars(data, {'Var9','...

1 year ago | 2 answers | 0

2

answers