mdfDatastoreの日本語パスを含ませた場合、エラーが出力される
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Image Processing and Computer Vision finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!