0

I have this error when wrote digraph in matlab 2011a:

help digraph.
digraph not found.
Use the Help browser search field to search the documentation, or type "help help" for help command options, such as help for methods.

I want to use digraph. how to use it?

H.Ghassami
  • 1,012
  • 2
  • 21
  • 42

1 Answers1

2

You have to use a newer version of Matlab. According to this documentation page, the function digraph was introduced in version R2015b.

mikkola
  • 3,376
  • 1
  • 19
  • 41