help-octave
[Top][All Lists]
Advanced

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

Re: Help Needed


From: Wolfgang Schechinger
Subject: Re: Help Needed
Date: Thu, 19 Nov 2009 23:05:04 +0100

Dear John, 

a FOR loop should do the trick:


something like this:

count i from 5 to 10
count j form 5 dowto 1




-------- Original-Nachricht --------
> Datum: Fri, 20 Nov 2009 02:24:03 +0800
> Von: John Placente <address@hidden>
> An: address@hidden
> Betreff: Help Needed

> Sir,
> 
> I am a graduate student from the Philippines and I would like to further 
> know how to use the function TOEPLITZ in Octave.
> 
> Basically I have a matrix A=[1;2;3;4;5;6;7;8;9;10]
> 
> What I need to do (output) is:
> 
> B=[5,4,3,2,1;
>      6,5,4,3,2;
>      7,6,5,4,3;
>      8,7,6,5,4;
>      9,8,7,6,5;
>      10,9,8,7,6]
> 
> Can you help me please and writing the code?
> Thank you very much.
> 
> Respectfully,
> John
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser


reply via email to

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