Installing problems R2022a
15 次查看(过去 30 天)
显示 更早的评论
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?
采纳的回答
Ganesh Gudipati
2022-4-13
Hi,
This is an expected behaviour that occurs do to the path.
Hope this helps.
0 个评论
更多回答(1 个)
michael dupin
2022-9-7
Had the same issue, the above solution is not quite helpful (sorry!). Called Matlab support, this worked for me:
restoredefaultpath
rehash toolboxcache
savepath
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!