We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc5119 commit 36bfa2aCopy full SHA for 36bfa2a
1 file changed
base64encode.m
@@ -45,6 +45,7 @@
45
46
if (isoctavemesh)
47
varargout{1} = base64_encode(uint8(input));
48
+ varargout{1} = regexprep(varargout{1}, '[\r\n]', '');
49
return
50
end
51
0 commit comments