How to "link" an .m file to an .mlx file
    12 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Alicia Cuber Caballero
 le 18 Déc 2019
  
    
    
    
    
    Réponse apportée : Walter Roberson
      
      
 le 18 Déc 2019
            Hi, I have got this assignment in which I am required to create a function to complete a task, so I used a separate .m file, which is what we have been taught in the course. The function works appropriately and I completed the question. However, I was wondering if there is any way in which i can sort of "link", or load the .m file to the .mlx one to facilitate correction and improve presentation. 
I will submit both files so if this isn't possible I will just comment that the .m file is needed for the function to work. 
Thank you, 
Alicia
0 commentaires
Réponse acceptée
  Walter Roberson
      
      
 le 18 Déc 2019
        .mlx files can have function definitions in them in recent MATLAB versions, provided that the function has a matching "end" statement.
It is not possible to "bundle" a .m file with a .mlx file, except by creating an "app"; https://www.mathworks.com/help/matlab/packaging-guis-as-apps.html?s_tid=CRUX_lftnav which creates a .mlappinstall file
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Package and Share Apps dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!