help-octave
[Top][All Lists]
Advanced

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

Re: Beginner needs help with following syntax:


From: Søren Hauberg
Subject: Re: Beginner needs help with following syntax:
Date: Sat, 07 Nov 2009 09:14:10 +0100

lør, 07 11 2009 kl. 08:28 +0100, skrev Julien Martin:
> 3. B=(U<=p);

This is the same as writing

  if (U <= p)
    B = 1;
  else
    B = 0;
  endif

Søren



reply via email to

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