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

조회 수: 11 (최근 30일)
VBBV
VBBV 2021년 11월 23일
댓글: VBBV 2021년 11월 24일
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