octave:35> clear octave:36> who *** dynamically linked functions: builtin:find builtin:inv cellfun dispatch rand *** currently compiled functions: findstr ispc magic pkg strrep fullfile isscalar mod strcat *** local user variables: __nargin__ octave:37> load A.txt octave:38> who *** dynamically linked functions: builtin:find builtin:inv cellfun dispatch rand *** currently compiled functions: findstr ispc magic pkg strrep fullfile isscalar mod strcat *** local user variables: A __nargin__ octave:39> A' ans = Columns 1 through 7: 0.947835 0.053559 0.189272 0.201355 0.551106 0.318537 0.263587 0.326209 0.223562 0.342542 0.912303 0.536611 0.856273 0.160872 0.559327 0.019903 0.199935 0.795006 0.594476 0.203674 0.271627 0.012554 0.343954 0.774843 0.340036 0.259730 0.530649 0.790913 0.615261 0.202994 0.069270 0.159216 0.141622 0.527614 0.287855 0.612343 0.982246 0.367443 0.860521 0.124129 0.264191 0.178326 0.545748 0.286222 0.805417 0.108482 0.045184 0.125989 0.703146 0.102727 0.050214 0.902398 0.818384 0.117174 0.247341 0.377743 0.021924 0.668191 0.194649 0.631662 0.132058 0.045387 0.951132 0.886309 0.144928 0.909168 0.823301 0.364935 0.678265 0.705329 Columns 8 through 10: 0.521926 0.371961 0.888469 0.073149 0.046063 0.829204 0.265289 0.574667 0.063051 0.389933 0.218591 0.672222 0.209417 0.935108 0.170393 0.569251 0.469189 0.022979 0.615992 0.843883 0.059819 0.539119 0.986533 0.490385 0.257853 0.180929 0.061855 0.279668 0.478485 0.761491 octave:40> diary off