[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: >>> death=find((rand([size(newpop,1),1])<m).*move); %death to movem
From: |
Mike Miller |
Subject: |
Re: >>> death=find((rand([size(newpop,1),1])<m).*move); %death to movements |
Date: |
Thu, 10 Mar 2016 15:48:06 -0800 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Thu, Mar 10, 2016 at 11:25:39 -0800, naryana.shankara wrote:
> the terminal keeps grumbling about this line: >>>
> death=find((rand([size(newpop,1),1])<m).*move); %death to movements and for
> the life of me I cannot see my error here is my code (the offending line
> is offset by spaces and ???):
Look at the line before it, you have an unmatched open parenthesis.
--
mike