读入二维数组

Read in 2D array

我想以下列格式从文件中读入二维数组:

      -1.2545186e-01   6.1235522e-01
      -3.3039316e+00  -5.7215697e+00
      -4.3039316e+00  -7.7215697e+00

它有任何(内置)功能吗?

使用importdata:

x = importdata('file.txt');