Installing problems R2022a

20 views (last 30 days)
After installing, the following messages were generated:
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\simulink\edittimeui
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\simulink\examplefinder\src
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\coder\autosar_shared_dictionary_app
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\dsp\dsphdl\compiled
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\examples\opc\data
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\instrument\apps\modbusapplet
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\instrument\apps\provider
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\matlabxl\function_wizard
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opc
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opcgui
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opcblks\opcblks
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opcblks\opcmasks
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opcdemos
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\opc\opcdemos\opcblksdemos
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\pde\pdedemos
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\physmod\sm\sli\m\dialog\toolstrip
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\shared\mltemplate
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\simulinktest\simulinktestdemos
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\slde\examples
Warning: Name is nonexistent or not a directory: C:\MATLAB\R2022a\toolbox\systemcomposer\classdiagram
Unrecognized function or variable 'matlab.internal.docsearchserver.getDocCenterLanguage'.
Undefined function 'rmfield' for input arguments of type 'string'.
Error in matlab.internal.doc.project.buildToolboxStruct (line 44)
toolbox_struct = rmfield(toolboxStruct,fieldsToRemove);
Error in matlab.internal.doc.project.getCustomToolboxes (line 12)
customToolboxes = matlab.internal.doc.project.buildToolboxStruct(docFiles,demoFiles);
Error in matlab.internal.doc.updateCustomDocContent (line 2)
matlab.internal.doc.project.getCustomToolboxes;
Check for incorrect argument data type or missing argument in call to function 'rmfield'.
Error in matlab.internal.doc.project.buildToolboxStruct (line 44)
toolbox_struct = rmfield(toolboxStruct,fieldsToRemove);
Error in matlab.internal.doc.project.getCustomToolboxes (line 12)
customToolboxes = matlab.internal.doc.project.buildToolboxStruct(docFiles,demoFiles);
Error in matlab.internal.doc.search.configureSearchServer>findCustomToolboxes (line 40)
tbxs = matlab.internal.doc.project.getCustomToolboxes;
Error in matlab.internal.doc.search.configureSearchServer (line 12)
tbxs = findCustomToolboxes;
How can this be solved?

Accepted Answer

Ganesh Gudipati
Ganesh Gudipati on 13 Apr 2022
Hi,
This is an expected behaviour that occurs do to the path.
Check the Previous MATLAB answer for a possible work around.
Contact Support team for more help.
Hope this helps.

More Answers (1)

michael dupin
michael dupin on 7 Sep 2022
Had the same issue, the above solution is not quite helpful (sorry!). Called Matlab support, this worked for me:
restoredefaultpath
rehash toolboxcache
savepath
  2 Comments
Florian Faistauer
Florian Faistauer on 11 May 2023
Thank you. This worked for me

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!