Parse file in MatLab

前端 未结 1 1336
夕颜
夕颜 2021-01-28 01:19

I want to parse file in MatLab, the data in the text with this format.

15.01245  20.478
12.589  58.256

i used this function:

1条回答
  •  长发绾君心
    2021-01-28 01:46

    Simply call to

    data = load('file.txt')
    

    0 讨论(0)
提交回复
热议问题