Can I change the Import tool settings
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
When Matlab 2022 imported data into tables, the column names had non standard characters replaced with null. Matlab 2025 is replacing them with underscores. Can I change a setting somewhere to use null again of underscore?
2 comentarios
Respuestas (1)
  Chuguang Pan
      
 el 10 de Sept. de 2025
        
      Movida: Walter Roberson
      
      
 el 10 de Sept. de 2025
  
      You can change data import settings with detectImportOptions function. You can configure  VariableNamingRule = "modify" (default) | "preserve". In "modify" option, invalid variable names will be converted to valid MATLAB identifiers, while "preserve" option will preserve original variable names with non standard characters. 
Ver también
Categorías
				Más información sobre Startup and Shutdown en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


