Question: How can i Explore Matrix values?

i have a matrix m[10,10] with some values, i want to PointPlot every rows with Explore command , here is my code:

Explore(PointPlot(m[a, 1 .. 10], [.1, .2, .3, .4, .5, .6, .7, .8, .9, 1]), parameters = [a = 1 .. 10]) 

but it does'nt work! how can i fix it?

thank you in advance

Please Wait...