Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: Changes the element's value in matrix

$
0
0
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k84f6q$r5a$1@speranza.aioe.org>...
> On 11/15/2012 10:16 PM, Idra wrote:
> > Hi!
> >
> > I use this syntax to design the experiment:
> >
> > dFF2=ff2n(3)
> >
> > and the result is:
> >
> > dFF2 =
> >
> > 0 0 0
> > 0 0 1
> > 0 1 0
> > 0 1 1
> > 1 0 0
> > 1 0 1
> > 1 1 0

Thank you!
> > 1 1 1
> >
> > I want the "0" value to be "-1" in the design of experiment matrix.
> > How to do it?
> >
>
>
> dFF2(dFF2==0)=-1
>

Viewing all articles
Browse latest Browse all 19628

Trending Articles