jMatFile:用于使用 Javascript 读取 Matlab mat 文件的 jBinary 类型

时间:2021-06-15 20:50:10
【文件属性】:
文件名称:jMatFile:用于使用 Javascript 读取 Matlab mat 文件的 jBinary 类型
文件大小:13KB
文件格式:ZIP
更新时间:2021-06-15 20:50:10
JavaScript 文件 用于使用 Javascript 读取 Matlab mat 文件的 jBinary 类型 用法 像使用任何jbinary排版一样使用此包中定义的 MAT 排版。 该软件包包括显示预期行为的大量测试。 当前仅支持 mat 文件级别 5。 var jBinary = require ( 'jbinary' ) var MAT = require ( 'jMatFile' ) jBinary . load ( 'myMat.mat' , MAT ) . then ( function ( binary ) { var mat = binary . readAll // or equivalently var mat = binary . read ( 'mat' ) // ... do stuff with mat } ) 限制 此排版设计用于充分利用类型化数组的
【文件预览】:
jMatFile-master
----.jshintrc(470B)
----.gitignore(587B)
----package.json(780B)
----LICENSE(1KB)
----index.js(11KB)
----README.md(3KB)
----test()
--------data()
--------helpers()
--------test.js(69KB)

网友评论