From: mohamed saber on
hi...i am beginner at matlap.....there are a problem that i couldn't solved it
the problem is

Generate the following sequence:
V=1 4 9 16 25 ………………………………… 16 9 4 1
Where V is a sequence of length of 49 elements.
From: us on
"mohamed saber" <joker_thedarknight(a)yahoo.com> wrote in message <i0qicp$mdf$1(a)fred.mathworks.com>...
> hi...i am beginner at matlap.....there are a problem that i couldn't solved it
> the problem is
>
> Generate the following sequence:
> V=1 4 9 16 25 &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; 16 9 4 1
> Where V is a sequence of length of 49 elements.

what have YOU done so far to solve YOUR problem...

us
From: Walter Roberson on
mohamed saber wrote:
> hi...i am beginner at matlap.....there are a problem that i couldn't
> solved it
> the problem is
>
> Generate the following sequence:
> V=1 4 9 16 25
> &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;
> 16 9 4 1
> Where V is a sequence of length of 49 elements.

You cannot do that. The sequence you have indicated has 112 characters,
not 49. The sequence

'1 4 9 16 25 &#8230;&#8230;&#8230;&#8230; 16 9 4 1'

is close but has 50 elements (characters)


Why does the assignment call for you to have so many repetitions of
ampersand number-sign eight two three zero semi-colon ?
From: Roger Stafford on
"mohamed saber" <joker_thedarknight(a)yahoo.com> wrote in message <i0qicp$mdf$1(a)fred.mathworks.com>...
> hi...i am beginner at matlap.....there are a problem that i couldn't solved it
> the problem is
>
> Generate the following sequence:
> V=1 4 9 16 25 &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; 16 9 4 1
> Where V is a sequence of length of 49 elements.
- - - - - - - - - -
I think my compatriots on CSSM would think me a SQUARE if I gave away the solution to your problem.

Roger Stafford
From: us on
"Roger Stafford" <ellieandrogerxyzzy(a)mindspring.com.invalid> wrote in message <i0r9ot$9ab$1(a)fred.mathworks.com>...
> "mohamed saber" <joker_thedarknight(a)yahoo.com> wrote in message <i0qicp$mdf$1(a)fred.mathworks.com>...
> > hi...i am beginner at matlap.....there are a problem that i couldn't solved it
> > the problem is
> >
> > Generate the following sequence:
> > V=1 4 9 16 25 &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; 16 9 4 1
> > Where V is a sequence of length of 49 elements.
> - - - - - - - - - -
> I think my compatriots on CSSM would think me a SQUARE if I gave away the solution to your problem.
>
> Roger Stafford

clearly so, ROGER(!)...

:-)
urs