Feeds
提问
Plot vertical curves on top of a 2D heat map
I have two vectors, x,y, and I am plotting a matrix Z of dimensions lenght(x)*lenght(y) by: imagesc([min(x) max(x)], [min(y) m...
1 year 前 | 1 个回答 | 0
1
个回答提问
Loop over combinations of elements of several vectors
In the simplest case, if I have vectors , I want to loop over all the possible combinations of their elements, that is, over I ...
2 years 前 | 2 个回答 | 0
2
个回答提问
Plot points with different brightness
I have an array with different points, [a, b; c, d;...] (for each row, the entries are the (x,y) coordinates of a points, so tha...
3 years 前 | 3 个回答 | 0
