1. simple approach:

load:

Load data from MAT-file into workspace

example:array = load('1.txt')

2. flexible approach:

step 1. Open file, or obtain information about open files: fopen()

step2. Read data from binary file: fread()

 

 posted on 2013-03-25 22:18  Jiang, X.  阅读(190)  评论(0编辑  收藏  举报