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

12 Ansichten (letzte 30 Tage)
VBBV
VBBV am 23 Nov. 2021
Kommentiert: VBBV am 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by