Main Content
saveAsTallDatastore
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Save RDD as a MATLAB tall array to a binary file
that can be read back using the datastore
function
Syntax
saveAsMatlabBinaryFile(obj,path)
Description
saveAsMatlabBinaryFile(
saves obj
,path
)obj
as
a MATLAB® tall array in a binary file that can be read back using
the datastore
function. path
specifies
the directory location in which to save the binary file.
Input Arguments
Examples
Version History
Introduced in R2016b
See Also
saveAsKeyValueDatastore
| saveAsTextFile
| parallelize
| datastore