フィルターのクリア

Graph coloring code for optical wavelength assignment problem

1 回表示 (過去 30 日間)
Duano Silva
Duano Silva 2016 年 2 月 14 日
コメント済み: Image Analyst 2016 年 2 月 14 日
Hi,
I'd like someonte share with me code for graph coloring where the input is a network routing matrix and the output have to be the wavelength assignment.
Duano Silva

回答 (1 件)

Image Analyst
Image Analyst 2016 年 2 月 14 日
Perhaps the hsv() function will help:
colormap(hsv(256))
colorbar
  3 件のコメント
Walter Roberson
Walter Roberson 2016 年 2 月 14 日
No, if that was what you wanted to do then that would be a duplicate of your question http://uk.mathworks.com/matlabcentral/answers/267935-how-i-get-a-graph-coloring-from-a-routing-matrix. As we know you would not knowingly post the same question twice, you must have accidentally copied that question when you meant to ask something different here.
Image Analyst
Image Analyst 2016 年 2 月 14 日
I don't know much about graphs/networks. I was simply notifying you about a function that makes a nice list of colors in a rainbow spectrum. Use it as you see fit, if it helps you. I can't help beyond that, but, good luck.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDirected Graphs についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by