"matlab drive" remove space in filename

6 ビュー (過去 30 日間)
Richard Barrett-Jolley
Richard Barrett-Jolley 2019 年 3 月 18 日
コメント済み: Conor Burgess 2019 年 4 月 12 日
I think this has been asked before, but we have a new release of Matlab and it may now be fixed. I have some (distributed) Matlab programs which cannot handle spaces in file or folder names. This is not uncommon and best programming practise is always to avoid using pathnames with spaces. Sadly the Matlab connector drive, by default creates a folder with a space in it "Matlab Drive". Is there a fix to this or a way to change it? Any other workarounds? I am sure it will be changed at some stage in the future.
  3 件のコメント
Richard Barrett-Jolley
Richard Barrett-Jolley 2019 年 3 月 18 日
Thank you so much for taking the time to address my quiery. So yes indeed, one option would be to re-write their code for them. As you can imagine I would never have thought of that myself. The program suite, if anyone is curious, is from the Physionet suite of programs maintained at MiT Physionet.
I can sort it fine for day to day use (Dropbox), but it just means I can't use it with the "Matlab Drive".
Guillaume
Guillaume 2019 年 3 月 18 日
The code is open source, so in the spirit of open source, you wouldn't be rewriting it for them, but rewriting it for yourself and sharing it with the community.

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

回答 (1 件)

Guillaume
Guillaume 2019 年 3 月 18 日
  • When you install the connector, you can choose the path of the folder, at least on Windows. I would assume the same is true for other OSes.
  • All supported OSes have the ability to create symbolic links. On windows you may prefer to create a junction instead (Both are created with mklink on Windows). Your synbolic/junction can use whatever path you wish (one with no space) and point to any path support by your OS.
  • You can also contact Mathworks support directly to ask them to change their folder name. I would suspect they won't be very receptive though.
  1 件のコメント
Conor Burgess
Conor Burgess 2019 年 4 月 12 日
Guillaume is correct, we have no plans to change the default folder name, but you can change it when selecting your MATLAB Drive folder during the setup on all operating systems. It is possible to change the folder name to remove the space by:
  1. Shutting down MATLAB Drive Connector
  2. Renaming the folder
  3. Restarting MATLAB Drive Connector
  4. Follow the prompt to point MATLAB Drive Connector at the renamed folder.

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

コミュニティ

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by