Main Content
broadcast
Class: matlab.compiler.mlspark.SparkContext
Namespace: matlab.compiler.mlspark
Broadcast a read-only variable to the cluster
Syntax
result =
broadcast(sc,value)
Description
broadcasts
a read-only variable result
=
broadcast(sc
,value
)value
to the cluster initialized
by SparkContext sc
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b