Skip to content

Commit

Permalink
fix row-major ('formatversion',1.8) ND array storage order, update de…
Browse files Browse the repository at this point in the history
…mo outputs
  • Loading branch information
fangq committed Feb 1, 2022
1 parent 5998c70 commit 03133c7
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 349 deletions.
2 changes: 1 addition & 1 deletion examples/demo_jsonlab_basic.m
Expand Up @@ -89,7 +89,7 @@

data2json=reshape(1:(2*4*6),[2,4,6]);
savejson('',data2json,'NestArray',1)
json2data=loadjson(ans,'fastarrayparser',0)
json2data=loadjson(ans)
if(~isequaln(json2data,data2json))
warning('conversion does not preserve original data');
end
Expand Down

0 comments on commit 03133c7

Please sign in to comment.