Navigation

Operators and Keywords

Function List:

C++ API

: x = base64_decode (s)
: x = base64_decode (s, dims)

Decode the double matrix or array x from the base64 encoded string s.

The optional input parameter dims should be a vector containing the dimensions of the decoded array.

See also: base64_encode.

Package: octave