在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kwikteam/npy-matlab开源软件地址(OpenSource Url):https://github.com/kwikteam/npy-matlab开源编程语言(OpenSource Language):Jupyter Notebook 99.5%开源软件介绍(OpenSource Introduction):npy-matlabCode to read and write NumPy's NPY format ( This is experimental code and still work in progress. For example, this code:
Feel free to open an issue and/or send a pull request for improving the state of this project! For the complete specification of the NPY format, see the NumPy documentation. InstallationAfter downloading npy-matlab as a zip file or via git, just add the npy-matlab directory to your search path: >> addpath('my-idiosyncratic-path/npy-matlab/npy-matlab')
>> savepath Usage example>> a = rand(5,4,3);
>> writeNPY(a, 'a.npy');
>> b = readNPY('a.npy');
>> sum(a(:)==b(:))
ans =
60 TestsRoundtrip testing is performed using Travis CI and GNU Octave, see
the You can also use two "manual testing scripts":
Memory mapping npy filesSee |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论