Undefined function or variable 'extractBetween'.

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?

 Accepted Answer

2 Comments

You should probably upgrade to the later version (according to the error message I guess you are using 2016a).
Yes, I was using 2016a and upgraded to 2018b and problem solved.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 27 Jan 2019

Commented:

on 28 Jan 2019

Community Treasure Hunt

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

Start Hunting!