フィルターのクリア

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

9 ビュー (過去 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 Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by