Why do I keep having multiple GUIDE line errors?
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Taylor Gates
 el 23 de Jun. de 2018
  
    
    
    
    
    Comentada: Walter Roberson
      
      
 el 18 de Jul. de 2018
            I am new to matlab and just experimenting with the software. I try to open any of the 4 preset GUIDEs and none of them will open. I just get lots of errors. Am I doing something wrong or should I redownload the software?

2 comentarios
  Jan
      
      
 el 23 de Jun. de 2018
				Please post messages as text. Screenshots are inconvenient for reading and posting an answer.
Respuesta aceptada
  Jan
      
      
 el 23 de Jun. de 2018
        
      Editada: Jan
      
      
 el 23 de Jun. de 2018
  
      You have created a script called "sum.m", which shadows the built-in function with the same name. This is a bad idea. The solution is to rename your script in C:\Users\Sharon\Documents\MATLAB\My codes\.
- Append user-defined folders at the bottom of the path to avoid shadowing built-in functions.
- Do not use names of Matlab functions for your own functions.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


