Main Content

Use MATLAB Drive Connector to Manage Your Files

You can use MATLAB® Drive™ Connector to manage your MATLAB Drive files on your local computer. To get started, start the Connector if it is not running and then open the Connector window. In the Connector window, you can view Connector status and recent file activity, resolve file conflicts, and manage file syncing.

To install the Connector if it is not already installed on your system, see Install MATLAB Drive Connector.

Start MATLAB Drive Connector

If MATLAB Drive Connector is not running, you can start it from within MATLAB or from your operating system. When you start the Connector, it starts syncing your MATLAB Drive files.

To start the Connector from within MATLAB, in the Current Folder toolbar, click the MATLAB Drive button . If you do not see the MATLAB Drive button in the Current Folder toolbar, right-click the toolbar and select Customize. Then, in the MATLAB Toolbars Preferences Controls section, select the check box for the MATLAB Drive control and select OK. MATLAB adds the button to the toolbar.

To start the Connector from your operating system:

  • Windows® — In the Start menu, select MATLAB Drive Connector. If you see a security alert when you start MATLAB Drive Connector, select Allow access to continue.

  • macOS — Navigate to ~/Applications in Finder, and double-click MATLAB Drive Connector.

  • Linux® — Execute ~/bin/MATLABConnector start in a terminal window.

Open MATLAB Drive Connector

To open MATLAB Drive Connector, follow these steps:

  • Windows — Go to your system notification area, and click the MATLAB Drive Connector icon .

  • macOS — Go to your menu bar and in the status area, click the MATLAB Drive Connector icon .

  • Linux — Execute MATLABConnector toggle in a terminal window.

View Status and Notifications

MATLAB Drive Connector shows the status of your MATLAB Drive files and of your network connection at the top of the Connector window. If you enable notifications, MATLAB Drive Connector also displays its status in the Windows system notification area or the macOS menu bar.

This table describes the possible Connector statuses.

Status IconDescription

Green check mark symbol

Files are up to date.

Yellow warning symbol

File updates completed with a condition that could require action.

Red error symbol

File updates failed. Your files are not up to date.

Blue paused button symbol

File syncing is paused. Resume syncing to ensure files remain up to date.

Grey paused button symbol

MATLAB Drive Connector could not connect to the network. File syncing is paused.

To manage notifications, in the top-right corner of the Connector window, click the Show MATLAB Drive actions button and select Preferences. In the MATLAB Drive tab of the MATLAB Drive Connector Preferences window, you can choose to show all, recommended, or no notifications.

View Recent File Activity

You can view a list of recently synced files in the Activity section of the Connector window. To view the status of an individual file, select the file in the list to expand its details. To open a file, click the actions button to the right of the file and select Open.

MATLAB Drive Connector showing a green check mark status icon and the status "All files are up to date" and a list of recently synced files

Manage File Conflicts and Sync Issues

File conflicts can occur if you access your MATLAB Drive data from either multiple machines or a combination of MATLAB Drive Connector and another access method; for example, MATLAB Drive online, MATLAB Mobile™, or MATLAB Online™.

When you restart the Connector, MATLAB Drive compares an edited file with the same file in cloud storage. If the content is different, MATLAB Drive renames the local version of the file. The name of the copied file has the following text appended to the file name:

conflict_copy_machinename_date

MATLAB Drive Connector Activity section showing the file test.m and the renamed conflict copy of the file

To resolve the conflict, compare the two versions, and decide which one you want to keep. You can merge the changes manually, or delete the version of the file you do not want. If you decide to keep both versions of the file, you can remove the alert icon by clicking the actions button to the right of the conflicting file and selecting Dismiss alert.

File Sync Issues

These conditions can affect file syncing:

IssueDescription

A file is larger than 5 GB.

Smaller files continue to sync.

You exceed your MATLAB Drive quota.

Syncing stops. Remove files from your MATLAB Drive to free up space.

Connection to MATLAB Drive is interrupted.

Syncing stops until the connection is restored.

Filename contains unsupported characters.

Other files continue to sync. Rename files that have names with unsupported characters. Follow the requirements for your operating system when naming files.

You do not have permission to access files in the MATLAB Drive folder.

Syncing does not occur. You are logged in to the computer as a user who does not have permission to access the local MATLAB Drive folder. Log in as a user who has permissions to access the folder, or change the permission on the folder.

Manage File Syncing

When MATLAB Drive Connector is running, it automatically syncs the files in your MATLAB Drive folder with files on the cloud. You can pause and resume file syncing from the Connector window.

To temporarily stop the syncing of your MATLAB Drive files (for example, if you are on a metered or slow internet connection), you can pause syncing. When syncing is paused, you can continue to access and edit the local copies of your files in the MATLAB Drive folder on your computer. When you resume syncing, MATLAB Drive automatically syncs your changes.

To pause syncing, in the top-right corner of the Connector window, click the Show MATLAB Drive actions button and select Pause syncing.

MATLAB Drive Connector window displaying "File update paused" status

To resume syncing, click Resume syncing under the status. You also can click the Show MATLAB Drive actions button and select Resume syncing.

Stop MATLAB Drive Connector

To stop syncing your MATLAB Drive files for an extended period of time, stop MATLAB Drive Connector. After stopping MATLAB Drive Connector, you can continue to access and edit the local copies of your files in the MATLAB Drive folder on your computer. When you restart MATLAB Drive Connector, your files sync automatically.

To stop MATLAB Drive Connector, open the Connector and in the top-right corner of the window, click the Show MATLAB Drive actions button and select Exit. On Windows, you also can right-click the MATLAB Drive Connector icon in the Windows system notification area and select Exit. On Linux, you also can execute ~/bin/MATLABConnector stop in a terminal window.

Related Topics