Skip to content

bradmonk/egograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egograph

Tutorial for making ego graphs in MATLAB

Description

This tutorial describes how to make an 'ego graph' in MATLAB using the 'google vs.' trick. 
When you type a keyword into the google search bar followed by 'vs' google will attempt to 
provide relevant auto-completions based on previous user searches. For example...

You can retrieve the top 10 results in xml format by constructing a particular URL string. A
function included in this tutorial will automatically build the appropriate URL string, query
google, return the results, and parse out the 10 key terms that follow 'vs'. The tutorial then
shows how to get 2nd-order results (10 x 10 = 1000 terms), and then generate a digraph using
this data.

See Also

Relevant MATLAB Help Pages

Attribution

About

Tutorial for making ego graphs in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages