Watch this Author's files
Very useful, nice display, computationally fast. Good job, thank you!
Please apply the following changes:
1. file: wgPlotDemo.m, line: 2, load('cores_example.mat') 2. file: wgPlotDemo.m, line: 46, load('cs-stanford.mat') 3. file: axesArea.m, line: 25, if ishghandle(varargin{1}) 4. file: wgPlot.m, line: 150, hV=scatter(coord(qq,1),coord(qq,2),vWt(qq),vrtxCol(qq),'filled'); 5. file: wgPlot.m, line: 153, hV=scatter(coord(qq,1),coord(qq,2),vWt(qq),'filled','MarkerFaceColor',[1,0.5,0.2]);
Even for a very simple example, i get an error:
>> wgplot(sprand(10,10,0.2), rand(10,2));
> In wgPlot at 36 In corrcoeff at 44 ??? Error using ==> ishghandle Too many input arguments.
Error in ==> axesArea at 25 if ishghandle(varargin{1},'axes')
Error in ==> wgPlot at 36 axesArea(h,[6 7 5 5]);
What's wrong?
Contact us at files@mathworks.com