code to read the data in matfile
    3 次查看(过去 30 天)
  
       显示 更早的评论
    
let us take dat is matfile = 1684 *1  . i want to read first 100 values of the 1684 points . what is the function or code to use ?
0 个评论
采纳的回答
  Nicolas B.
      
 2019-10-15
        1 个评论
  Walter Roberson
      
      
 2019-10-15
				Note that matfile can read from -v7 files but needs -v7.3 to write. Also, you should not expect any efficiency gains for -v7 file compared to just reading the whole variable and extracting a part of it. For such a small amount of data I would suspect that matfile for a -v7.3 file would be slower than reading the whole variable and extracting from it.
更多回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


