MATLAB LESEN SIE AUS DEM TXT -Datei

variables = load('<file>.txt');

A=variables';
MitchAloha