I am getting a error code while opening a .mdl file
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Varun Nair
 el 14 de Jul. de 2021
  
    
    
    
    
    Comentada: Varun Nair
 el 16 de Jul. de 2021
            I am getting a error message while opening a .mdl file which says:
XYX.mdl not a valid simulink model file name and to check save_system documentation.
1 comentario
  Walter Roberson
      
      
 el 14 de Jul. de 2021
				.mdl files should be text files. This is different from .slx files, which are not text files (not directly.)
If you open the .mdl file with your favourite text editor, what does the first few lines look like?
Respuesta aceptada
  Walter Roberson
      
      
 el 15 de Jul. de 2021
        Model names must be valid MATLAB identifiers. You cannot have a dash (minus sign) as part of a model name. Rename it to myFOC_1_3.mdl 
3 comentarios
  Walter Roberson
      
      
 el 15 de Jul. de 2021
				Sorry, I do not have access to the Motor Control Blockset.
(Also, I do not have much experience with mechanical work.)
Simulink is warning me that the function init_params does not exist, but that the function is used by the model initialization. It is possible this has to do with the products that I do not have.
Más respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!