Borrar filtros
Borrar filtros

how to draw graph in matlab? Using Biograph?

6 visualizaciones (últimos 30 días)
Aswin Sandirakumaran
Aswin Sandirakumaran el 8 de Jun. de 2018
Comentada: Steven Lord el 8 de Jun. de 2018
How to draw biograph with labels corresponding to values in p vector?
if true
p = [1,2]
for i=0 : length(p)
%how to draw biograph with label as 1 and 2
end
end

Respuesta aceptada

Steven Lord
Steven Lord el 8 de Jun. de 2018
If you're using release R2015b or later, consider using the graph or digraph functions included in MATLAB to draw your graph / network object.
  2 comentarios
Aswin Sandirakumaran
Aswin Sandirakumaran el 8 de Jun. de 2018
how to do that? Or how to use that function in this example?
Steven Lord
Steven Lord el 8 de Jun. de 2018
Your question doesn't have a lot of detail about what you're trying to do, so the only general suggestion I can make is to take a look at the examples in the documentation for the graph or digraph functions, depending on whether you want an undirected or directed graph respectively.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by