- author: Nikola Djuza
- June 2014.
In order to run this you'll need MATLAB.
- Open a file
promenljive.mat
inside MATLAB. This file contains URL's of 100 blogs that we are going to calculate Page Rank for. - Call function
surfer.m
inside MATLAB with:$ G = surfer(U);
- When this command finishes it's work, we will call:
$ GUiTest
- autor: Nikola Djuza RA6-2012
Uputstvo za pokretanje:
- Otvoriti fajl
promenljive.mat
u MATLAB-u. Fajl promenljive.mat sadrzi URL-ove 100 blogova ciji PageRank treba da izracunamo. - Pozvati funkciju
surfer.m
pozivom:$ G = surfer(U);
- Kad se pozvana komanda izvrsi pozivamo:
$ GUiTest