graph and network algorithms, laplacian function missing
显示 更早的评论
Hi, I'm running Matlab R2015b with the following toolboxes: Bioinformatics Toolbox, Image Processing Toolbox, Neural Network Toolbox, Optimization Toolbox, Statistics and Machine Learning Toolbox, Symbolic Math Toolbox.
I'm currently work a lot with the new Graph netzwork algorithm functions (love it), but somehow the laplacian function seems to be missing
Did I miss something?
Thanks Dom
回答(1 个)
Steven Lord
2016-2-24
0 个投票
You're working with a digraph (a directed graph) rather than a graph (undirected.) Graph objects have a LAPLACIAN method. Digraph objects do not.
类别
在 帮助中心 和 File Exchange 中查找有关 Networks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!