Quantcast
Channel: Mein MATLAB Forum - goMatlab.de
Viewing all articles
Browse latest Browse all 28441

Dateien zusammenfassen

$
0
0
Hallo, fin = fopen('matrix.txt'); if fin == -1, error('Cannot open file for writing'); end 02.03.2013 11:00 -5 data = fscanf(fin, '%d.%d.%d %d:%d %g', [6, Inf]); fclose(fin); Gruß, Jan

Viewing all articles
Browse latest Browse all 28441

Latest Images

Trending Articles