MATLAB: Deploy command in R2018b

deployMATLAB

I just installed R2018b with hardware support for the Raspberry Pi. When I try to use the deploy command as described under Started with Deploying a MATLAB Function on the Raspberry Pi Hardware", I this error:
Undefined function or variable 'deploy'.
Did this command not make it into R2018b?

Best Answer

After the steps I described above, uninstalling and reinstalling the package, the results of running the path command still contain these lines, as I specified before:
/Users/Robert/Documents/MATLAB/SupportPackages/R2018b/toolbox/realtime/targets/raspi /Users/Robert/Documents/MATLAB/SupportPackages/R2018b/toolbox/realtime/targets/raspi/registry /Users/Robert/Documents/MATLAB/SupportPackages/R2018b/toolbox/realtime/targets/raspi/raspi_examples
and the deploy function is still not defined.
Can you please simply tell me what I need to add to the search path so that the deploy function will be visible?
Related Question