フィルターのクリア

How to load .mat files from shared folder?

5 ビュー (過去 30 日間)
Nadia A
Nadia A 2016 年 12 月 22 日
回答済み: KSSV 2016 年 12 月 22 日
Hi
I was trying to load .mat files from a shared folder. It flagged an error
s=what('\\abcd010\Result\DatasetUsed\Validation'); %change dir for your directory name
>> matfiles=s.mat;
Too many outputs requested. Most likely cause is missing [] around left hand side that has a comma separated list expansion.
\\abcd010\Result is a shared folder path. I have made the current working directory to this path. How do I access file from this path? Thanks
  2 件のコメント
KSSV
KSSV 2016 年 12 月 22 日
You can directly give the path of the mat file and read it.
Nadia A
Nadia A 2016 年 12 月 22 日
There are many mat files along with other files in the path. I need to load one after another. if I give this command in the C: folder path, it works fine.. But it is not taking from the shared folder

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2016 年 12 月 22 日

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by