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

12 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by