Coding colors with the use of combing matrices
1 回表示 (過去 30 日間)
古いコメントを表示
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?
0 件のコメント
回答 (1 件)
Dave B
2021 年 11 月 17 日
Another thing you could do is search for hex codes:
validatecolor(["#FFFF00" "#FFC0CB" "#FFA500"],'multiple')
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!