Community Profile

photo

Ellie


Active since 2014

Statistics

Content Feed

View by

Question


Can anyone tell me where I went wrong below that I get Invalid file identifier error? This code attempts to write data in different output files, where file name includes a number and strings.
ST = 14; NR = 2 for r = 1:NR file = fopen(['LadPos' int2str(ST+r) '.txt','w']); fprintf([file,'Competition Ladder ...

9 years ago | 2 answers | 0

2

answers