Error when downloading software
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Xin Shen
le 28 Juin 2020
Commenté : Xin Shen
le 28 Juin 2020
Greetings,
My matlab version 2018a. When I try to download POP software (http://parametric.tamu.edu/POP/) through installPOP.m file (I did not use any proxy). It threw an error as:
Error using urlreadwrite (line 98)
Error downloading URL. Your network connection may be down or your proxy settings
improperly configured.
Error in urlread (line 39)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in installPOP (line 66)
html = urlread(direc{1});
Is there anything I can do?
Thank you!
0 commentaires
Réponse acceptée
Walter Roberson
le 28 Juin 2020
This is not a problem with your MATLAB session: the server at tamu.edu is denying access to you (it also denies access to me.)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!