이전: URL Manipulation, 상위 문서: Networking Utilities [차례][찾아보기]
Some transmission channels can not accept binary data. It is customary to encode binary data in Base64 for transmission and to decode the data upon reception.
Encode a double matrix or array 가로 into the base64 format string s.
같이 보기: base64_decode.
Decode the double matrix or array 가로 from the base64 encoded string s.
The optional input parameter dims should be a vector containing the dimensions of the decoded array.
같이 보기: base64_encode.