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

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.

Più risposte (0)

Categorie

Richiesto:

il 23 Nov 2021

Commentato:

il 24 Nov 2021

Community Treasure Hunt

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

Start Hunting!

Translated by