Why does my MatLab documentation seem to be missing after a (very) recent license renewal?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I renewed my MatLab software license earlier today. And then I upgraded from R2016b to R2017b.
Before the renewal and upgrade, MatLab's help was working very well. Now, whenever I search Help for a word, MatLab's Help feature responds, "An error occurred searching the documentation.".
How can I fix MatLab's Help feature?
3 Kommentare
Nasser Nasrallah
am 16 Feb. 2018
Bearbeitet: Nasser Nasrallah
am 16 Feb. 2018
I did fix it. This was caused by an incorrect file, that have been left behind in my %TEMP% directory by the previous MATLAB release. It has been fixed when I cleaned-up old data (deleted everything which is inside my %TEMP% Directory). You Can at first uninstall the old Version. Than you can use the MATLAB "tempdir" function to find the location of your %TEMP% directory.
Emre Otay
am 27 Mär. 2019
After upgrading to 2019a (Mac), I got a similar problem (Help/Documetation - "The server at localhost can't be found"). I tried "tempdir" function. But there are approx. 90 files in that folder. Which one shall I delete?
Antworten (1)
geotocho
am 20 Feb. 2018
I used Nasser's method:
"I did fix it. This was caused by an incorrect file, that have been left behind in my %TEMP% directory by the previous MATLAB release. It has been fixed when I cleaned-up old data (deleted everything which is inside my %TEMP% Directory). You Can at first uninstall the old Version. Than you can use the MATLAB "tempdir" function to find the location of your %TEMP% directory."
Solved the Problem Thanks
1 Kommentar
Grzegorz Kwiatek
am 17 Mär. 2021
Indeed, that works as well for R2020b. Just clean up the temporary files directory.
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!