error when using "graph"
2 次查看(过去 30 天)
显示 更早的评论
hello everyone
when i tried to use the graph function i had this error
Undefined function or variable 'graph'.
i'm using matlab 2015
5 个评论
回答(2 个)
Ingrid
2016-2-23
what are you trying to do? Graph is not a function in matlab, it is a functionality that can only be used in the MuPAD notebook interface
you might want to look into the functions figure and plot
doc figure
doc plot
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!