Nothing
#########################################################################/**
# @RdocDocumentation "1. The MATLAB server running in MATLAB"
#
# \description{
# This section gives addition details on the MATLAB server.
# At the end, the MatlabServer.m script and the
# InputStreamByteWrapper.java code is shown.
# }
#
# \section{Starting the MATLAB server on Windows}{
# Note that you "cannot prevent MATLAB from creating a window when
# starting on Windows systems, but you can force the window to be hidden,
# by using " the option -minimize.
# See \url{https://www.mathworks.com/matlabcentral/answers/102082}
# for more information.
# }
#
# \section{MatlabServer.m script}{
# \preformatted{
# @include "../inst/externals/MatlabServer.m"
# }
# }
#
# \section{InputStreamByteWrapper.(class|java) script}{
# The Java class InputStreamByteWrapper is needed in order for MATLAB to
# \emph{receive} \emph{data} via a data stream. \R sends data via a data
# stream if, and only if, the connection was setup for "remote"
# communication, that is, with argument \code{remote = TRUE}).
#
# \preformatted{
# @include "../java/InputStreamByteWrapper.java"
# }
# }
#*/#########################################################################
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.