How does MATLAB Mobile work?
See MATLAB Mobile documentation for more complete information: • The app sends all commands to your computer for evaluation. Your device does not perform any calculations or store any workspace variables locally. • The MATLAB Mobile application does not include a Workspace Browser. The app uses the workspace of your MATLAB desktop session. To see the list of variables available in your remote session, use the whos command. You can also access any data files or run any program files that are on the MATLAB path on your computer • All figure generation happens on your computer, not on your device. For most cases, the connector sends static snapshots of all updated figure windows from your computer to your device. See the documentation for exceptions. • You can execute functions and scripts by calling them as you would from your desktop. • To get help on functions, use the help command. For help on the app, go to the Connections screen, and tap About > View Documentation.