Biograph

di il
4 risposte

Biograph

Finding the Shortest Path in a Directed Graph

Create and view a directed graph with 6 nodes and 11 edges.

    W = [.41 .99 .51 .32 .15 .45 .38 .32 .36 .29 .21];
    DG = sparse([6 1 2 2 3 4 4 5 5 6 1],[2 6 3 5 4 1 6 3 4 3 5],W);

   

    h = view(biograph(DG,[],'ShowWeights','on'));

Salve, come mai dopo aver preso il seguente codice su mathworks eseguendolo mi da errore?

4 Risposte

  • Re: Biograph

    Quale errore hai ottenuto?

    Ho provato ad eseguire il codice che hai inserito (R2012b) ed ha funzionato correttamente (per lo meno non ha generato alcun messaggio di errore).
    Allegati:
    16082_d990aae5f386538792f85cf498f6c640.jpg
    16082_d990aae5f386538792f85cf498f6c640.jpg
  • Re: Biograph

    ask_raf ha scritto:


    Quale errore hai ottenuto?

    Ho provato ad eseguire il codice che hai inserito (R2012b) ed ha funzionato correttamente (per lo meno non ha generato alcun messaggio di errore).
    Uso mathlab 2013a
    Undefined function 'biograph' for input arguments of type 'double'.

    Error in menu.menu2 (line 185)
    h = view(biograph(DG,[],'ShowWeights','on'));
  • Re: Biograph

    La funzione "biograph" fa parte del "Bioinformatics Toolbox".
    Hai installato questo toolbox?
    Error in menu.menu2 (line 185)
    h = view(biograph(DG,[],'ShowWeights','on'));
    Cosa è "menu.menu2"?
  • Re: Biograph

    La funzione "biograph" fa parte del "Bioinformatics Toolbox".
    Hai installato questo toolbox?
    Error in menu.menu2 (line 185)
    h = view(biograph(DG,[],'ShowWeights','on'));
    Cosa è "menu.menu2"?
Devi accedere o registrarti per scrivere nel forum
4 risposte