Re: Multiplying by (r)
- From: Walter Roberson <roberson@xxxxxxxxxxxx>
- Date: Fri, 29 Aug 2008 20:22:50 GMT
Abder-Rahman wrote:
In this MATLAB command:
tr = unit8(r.*double(not(t));
Provided that (r) is:
r = rand(256)*128+127;
What is the purpose of multiplying by (r)?
Seeing as it is a random number and you asked this question twice
in quick succession with different titles, we can deduce that this
time around the code has a different purpose than for your
previous posting "Multiplying by a random number".
In *this* section of code (but not the previous identical code),
the purpose of multiplying by r is to help lost LOGO turtles
find their way home.
--
Q = quotation(rand);
if isempty(Q); error('Quotation server filesystem problems')
else sprintf('%s',Q), end
.
- References:
- Multiplying by (r)
- From: Abder-Rahman
- Multiplying by (r)
- Prev by Date: Re: Multiplying by a random number
- Next by Date: Deleting ALL rows of [1,1,1]
- Previous by thread: Multiplying by (r)
- Next by thread: Deleting ALL rows of [1,1,1]
- Index(es):
Relevant Pages
|