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

12 vues (au cours des 30 derniers jours)
VBBV
VBBV le 23 Nov 2021
Commenté : VBBV le 24 Nov 2021
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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by