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

12 visualizaciones (últimos 30 días)
VBBV
VBBV el 23 de Nov. de 2021
Comentada: VBBV el 24 de Nov. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by