mdfDatastoreの日本語パスを含ませた場合、エラーが出力される
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Processing and Computer Vision en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!