Undefined function or variable 'extractBetween'.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I use Matlab 2016 and when I try the following command I get this error:
list = extractBetween(html,’<h3 class=”” title=’,’</a></h3><p>’);
Undefined function or variable 'extractBetween'.
I also searched in help but I got:
extractbetweenextractbetween not found.
What is the problem and how can I fix?
0 commentaires
Réponse acceptée
madhan ravi
le 27 Jan 2019
https://www.mathworks.com/help/matlab/ref/extractbetween.html#bvdtgvu-1_seealso - introduced in 2016b
2 commentaires
madhan ravi
le 27 Jan 2019
You should probably upgrade to the later version (according to the error message I guess you are using 2016a).
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Characters and Strings 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!