I’m short on time and specifically wanted to extract a string like the one below. Problem is the tag isn’t of the form <a> data </a>.
Given,
s = <em style="font-size:medium"> 5,888 </em>
how to extract out just 5,888 in matlab?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks folks for your help. I’m basically trying to get the population of a US county on Matlab. Thought I’l share my code, though not the most elegant. Might help some soul. 🙂