In matlabrc at 212

3 visualizaciones (últimos 30 días)
heeni1023
heeni1023 el 4 de Jun. de 2023
Respondida: Rik el 5 de Jun. de 2023
I have error using matlab.
like this
Warning: Executing startup failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:load:couldNotReadFile
Unable to read file matlab.mat: No such file or directory.
> In matlabrc at 212
I made new file named "starup.m".
its location is "C:\Program Files\MATLAB\R2012a\toolbox\local"
its content is :
startup
startupsav
how to solve this prolbem?

Respuesta aceptada

Rik
Rik el 5 de Jun. de 2023
In general you should never touch files in the Matlab installation folder.
In this case the solution is simple: you didn't create a finish.m file that saves a mat file. Now you try to read that non-existent mat file, which fails. You should make sure such a mat file exists, preferably using a relative path (e.g. with mfilename('fullpath') ) and compose different parts with the fullfile function.
In other words, you should change the example to what you actually want to happen.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2012a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by