epfl-lts2 / gspbox

Graph Signal Processing in Matlab
https://epfl-lts2.github.io/gspbox-html/
GNU General Public License v3.0
136 stars 56 forks source link

Coordinates are not proper #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

In some of the functions for creating graph signals G = gsp_erdos_renyi(N,p) G = gsp_random_regular(100,3) , G.coords is taking default (0,0) value.

jparatte commented 10 years ago

Thanks for raising the issue. However this is not an issue because those random graphs do not have coordinates per se. It is a tough problem to assign coordinates in order to have a good visual representation of those graphs. We may add (and accept contributions :-) ) a function to compute coordinates for those graphs.