Re: Hi
- To: mathgroup at smc.vnet.net
- Subject: [mg116253] Re: Hi
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 8 Feb 2011 05:07:36 -0500 (EST)
a = Sort[RandomReal[{0, 5}, {100, 1}]]; ListLinePlot[Flatten[a]] Bob Hanlon ---- Isabella Blengini <isableng at gmail.com> wrote: ============= Hi I have a problem. I created a column vector of 100 rows, let's say a[100,1]. Each row corresponds to the value of my function in each unit of time. I would like to plot this vector. I should get a function that has a value a(1,1) at time 1, a(2,1) at time 2 and so on... Any suggestions??? Many thanks, isabella