We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34284c7 commit e090f0aCopy full SHA for e090f0a
saveubjson.m
@@ -558,4 +558,4 @@
558
%%-------------------------------------------------------------------------
559
function bytes=data2byte(varargin)
560
bytes=typecast(varargin{:});
561
-bytes=bytes(:)';
+bytes=char(bytes(:)');
0 commit comments