查看单个帖子
旧 2019-11-27, 04:28   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 Can you use a colorbar to display what number of a for loop you're on?

I'm plotting the eigenvalues of a matrix, as I change a value inside that matrix using a linearly spaced vector from 0 to 10. What I'd like to do is use a colorbar to track what number of the for loop I'm on. That is, I'd like when i = 1 for the colorbar to be red, and have the point plotted be red, and when i = length(K), I'd like the colorbar to be green, and have the point plotted be green. Is there a way to do this? I've looked at the help docs for colorbar and I can't make heads or tails of it.





More answer...
poster 当前离线   回复时引用此帖