Startup configuration problems after installing R2017a parallel to R2012a
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
til yesterday I'ved used only Matlab R2012a on my machine. Everything was fine and working well - however, due to the usage of some functions, which were not available under R2012a, I had to install R2017a yesterday. The installation itself worked smoothly. But after the startup of R2017a I'm getting a lot of warnings and errors in the command window. Typical warnings are:
Warning: Name is nonexistent or not a directory:
C:\Users\wallscheid\Documents\MATLABC:\Program
Files\MATLAB\R2017a\resources\opti
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\examples
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\help
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\help\opti_html
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\solvers
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\solvers\mosek
Warning: Name is nonexistent or not a directory: C:\Program
Files\MATLAB\R2017a\resources\opti\solvers\mosek\utilities
...
Also, I'm getting the follow errors messages during startup:
Undefined function or variable 'rmiml.getAll'.
Undefined function or variable 'rmiml.visibleInToolstrip'.
Undefined function or variable 'rmiml.visibleInToolstrip'.
Undefined function or variable 'matlab.internal.environment.context.isMATLABOnline'.
During my work with R2012a I've installed some open-source toolboxes, such as IPOPT (https://projects.coin-or.org/Ipopt). Some of these toolboxes configured Matlab automatically to link theirselves with Matlab, so I'm not sure what exactly had been changed in the startup routine. I somehow assumed that a new Matlab installation will have its completly own startup routine, but that seems to not be the case.
As I'm not a "Matlab Pro", I would be very grateful for receiving adivce how to fix that startup problem under R2017a.
Kind regards, walli
0 comentarios
Respuestas (2)
Nahid
el 30 de Mzo. de 2017
Remove pathdef.m from the "C:\Users\wallscheid\Documents\MATLAB" . That solved my problem.
2 comentarios
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!