How can I plot multiple row vectors of values between 0 and 100 in the same 2D space, as a heat map.

1 view (last 30 days)
I am going to have a structure of data that I'm generating. It outputs a row vector of RMSD's between two sets of positions, for all remaining time steps left in a simulation, and it does this comparison starting at each time step(The second set of positions is generated from a vector field and starting positions, and so is dependent on what time step I start on). It will look about like this:
0.1 0.2 0.3 0.4 0.5 ... 56.7
0 0.1 0.3 0.5 0.7 ... 54.2
0 0 0.1 0.15 0.32 ... 55.4
.
.
.
0 0 0 0 0 ... 0.1
I don't have the complete data set yet, it's being generated right now.
My question is how do I make a 2d heat map type plot where each row is the simulation starting time step, and each column is the step at which comparison occurred?

Accepted Answer

Sean de Wolski
Sean de Wolski on 7 Jul 2015
doc imagesc

More Answers (0)

Categories

Find more on Vector Fields in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!