Filter löschen
Filter löschen

someone can help me about this error

6 Ansichten (letzte 30 Tage)
Maria Ghani
Maria Ghani am 1 Jun. 2022
Kommentiert: Walter Roberson am 2 Jun. 2022
  8 Kommentare
khan maria
khan maria am 2 Jun. 2022
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 am 2 Jun. 2022
I posted the MS Windows command in my Answer

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 1 Jun. 2022
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.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by