mdfDatastoreの日本語パスを含ませた場合、エラーが出力される
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!