Help needed in highlight function # Im getting error dont know what is wrong please help

a=[1 1 2 2 3 4 4 5 6 6 7 8];
b=[2 7 3 8 4 5 9 6 7 9 8 9];
c=[2 2 3 4 5 3 1 9 1 2 6 2]
H=graph(a,b,c);
p=plot(H,'EdgeLabel',H.Edges.Weight);
[sp,d]=shortestpath(H,1,5)
highlight(p,sp,'EdgeColour','black')

 Respuesta aceptada

Mehmed Saad
Mehmed Saad el 12 de Abr. de 2020
Editada: Mehmed Saad el 12 de Abr. de 2020
MATLAB is an american software, so the spelling of Colour are different, it is Color
highlight(p,sp,'EdgeColor','black') % EdgeColour is not right
I changed the linewidth to make it visible

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 12 de Abr. de 2020

Comentada:

el 12 de Abr. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by