someone can help me about this error

8 件のコメント

Maria Ghani
Maria Ghani 2022 年 6 月 1 日
someone help me to solve this error ss attach above
thanks in advance
Torsten
Torsten 2022 年 6 月 1 日
Don't name the directory "matlab install", but "matlab_install".
khan maria
khan maria 2022 年 6 月 1 日
thanks Torsten please can you explain little bit how to i can change directory name and this error is because of name ??
Torsten
Torsten 2022 年 6 月 1 日
When does the error appear ? What were you trying to do ?
khan maria
khan maria 2022 年 6 月 2 日
when i run my code with data
data file and code is already generated file i just add in path
Walter Roberson
Walter Roberson 2022 年 6 月 2 日
Your filesystems are configured an unusual way, and the easiest repair is to configure your file system to turn on the missing feature.
khan maria
khan maria 2022 年 6 月 2 日
yes this might be problem because when i run same file in other system it work successfully . i think some file is missing in my matlab or some feature distable ? it can be problem ? if this how i can enable this ?
sorry to bother you i am new in MATLAB i just run code for my analysis
Walter Roberson
Walter Roberson 2022 年 6 月 2 日
I posted the MS Windows command in my Answer

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

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 6 月 1 日

0 投票

At the windows command line
fsutil behavior set disable8dot3 0
should enable creation of 8.3 names.
The problem is not strictly due to spaces in the name, but that does not help. The same problem can occur if any component of the file name is more than 8 characters.
If you have a directory or file name that has a space and you have 8.3 disabled then the risk of error becomes fairly high. If you do not have a space and you are lucky that in context all names are unique in their first 8 characters then it just might happen to work for you, maybe.

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2022 年 6 月 1 日

コメント済み:

2022 年 6 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by