mdfDatastoreの日本語パスを含ませた場合、エラーが出力される
Show older comments
mdfDatastoreの日本語パスを含ませた場合に以下エラーが出力されるのですが、
解決方法はありますでしょうか。
mf4データ保管先のパスは日本語が使用されており、かつ複数人が使用しているため、
あまりパスの変更をしたくないのでmatlab側の設定で解決できないかと考えております。
mdfDatastore("D:\work\test\hoge.mf4") ← 正常に読み込まれる。
mdfDatastore("D:\work\テスト\hoge.mf4") ← 以下エラーが出る。(日本語パスが含まれている)
エラー: mdfDatastore (line 78)
Can't create a std::string from this data
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!