How to access *.mat files using Matlab drive and load them ?

10 visualizzazioni (ultimi 30 giorni)
D = fullfile(matlabdrive,'data.mat')
D = '/MATLAB Drive/data.mat'
K = load(D)
Error using load
Unable to read file '/MATLAB Drive/data.mat'. Permission denied.

Risposta accettata

Yongjian Feng
Yongjian Feng il 23 Nov 2021
Try without MATLAB Drive? Just
load('data.mat')

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by