Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
02 Sep 2009 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Florian

does exactly what I'm looking for!
A minor bug in grMaxComSu.m

If the graph itself is a clique e.g. [1 2; 1 3; 2 3] the function gives an error. E1 in the code is then empty. Possibly account for this cas in a future version. Great work!

07 Jan 2009 Kolmogorov Distribution Functions kolmcdf, kolmpdf, kolminv Author: Sergii Iglin Nesic, slavne

19 Nov 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Jackson, Andrew

11 Sep 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Wang, Chao

good job

09 Sep 2008 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin yy, xx

26 Aug 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin rose, rose

very good!

19 Aug 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin pengfei, li

18 Aug 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Davis, Tim

Comment to Swamy Korada: Finding all possible paths between 2 nodes is an NP-hard problem. Any such algorithm would either give an approximate solution, or take exponential time.

10 Aug 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin fanwen, fan

23 May 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Korada, Swamy

Great work

Is there a script to find all possible paths between 2 nodes?

07 May 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Patombongi, Andi

06 May 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin tharmaraj, jason

can you send me complex networks analysis codes

05 Feb 2008 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin blade, xm

Good package it sounds!
One additional question: Could the input be thousands of nodes in one graph?

19 Oct 2007 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin huiyan, xue

thanks

19 Oct 2007 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin mano, hiro

28 Sep 2007 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin macapagal, gloria

21 Aug 2007 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin AbdulWakeel, Ahmad

it is very good toolbox

28 Jun 2007 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin yifan china, li

12 Nov 2006 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin Vladimir, Lipatov

22 Jul 2006 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin rashwan, wael

26 Feb 2006 Kolmogorov Distribution Functions kolmcdf, kolmpdf, kolminv Author: Sergii Iglin Y, Tang

08 Feb 2006 Rotation of the vector around the axe Rotation of the vector around axe and search of the axe and angle of rotation. Author: Sergii Iglin collins, chris

seems to work very well in all my tests, and is much more concise than conventional methods of using rotation matrices for 3D rotations.

27 Jan 2006 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin Tkachenko, Kirill

20 Oct 2005 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin giu, giu

There are some bugs

04 Sep 2005 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin VILLALOBOS, JAIME

31 Aug 2005 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Riera, Pablo

Excellent

25 May 2005 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Wijesinghe, sanith

10 Apr 2005 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Yegorkin, Igor

Beautiful job!

02 Apr 2005 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Weiner, Vlastislav

Salesman problem doesn't work without miqp function. But where could I find it???

29 Dec 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Donchik, Zhenya

I`m very interesting by the theory of managment

16 Dec 2004 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin rin, mer

13 Dec 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Felt, Alexandre

Great job, works fine!

02 Sep 2004 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin Johnson, AJ

Neat implementation... was not able to spin the middle planes, without rotating the entire cube.
Also, the function UNIDRND was missing, so I wrote one:
function r=unidrnd(range,varargin)
% r=unidrnd(range,m,n) - uniform discrete random number generator, 1 to RANGE
r=ceil(rand(varargin{:})*range);

14 Jun 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Waisberg, Michael

The plotgraph function only works well with small graphs. It produces awful graphs when using more than four vertex. The toolbox could come with some function to format the data. I used one called cedge.m which worked well. Also, to use this toolbox you will need to install at least arrow.m.

29 May 2004 Rubik Cube Game Task: to solve Rubik's Cube. Author: Sergii Iglin Bauer, Jack

Nice piece of work! you can improve the graphics adding ligths.

12 Mar 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin kolsi, ahmed

23 Feb 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Valuy, Nick

12 Feb 2004 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin Pesch, Alex

I think, the Optimization Toolbox is required. The function MaxFlows for example is not running here, because 'linprog' doesn't exist.

03 Feb 2004 Kolmogorov Distribution Functions kolmcdf, kolmpdf, kolminv Author: Sergii Iglin wang, qian

21 Dec 2003 grTheory - Graph Theory Toolbox 27 functions for different tasks of graph theory Author: Sergii Iglin s, x

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com