help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ploting


From: A. Scottedward Hodel
Subject: Re: Ploting
Date: Thu, 29 Jun 2006 11:00:08 -0500

How about this for a primitive start?

N=rows(myMatrix);
N2=floor(N/2);
plot(mean(myMatrix(1:N2,:);

On Jun 29, 2006, at 10:19 AM, Gabriel F. Ideriha wrote:

Hi! I'm having a problem here... I have a matrix with 10000 lines and I want to plot the mean of the first half
of it, how can I do it?
I don't have any idea and I dont found anything about it in the help!!

Thanks for the help!!!!


_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]