On 29 November 2011 06:44, Søren Hauberg wrote:
> tir, 29 11 2011 kl. 04:09 +, skrev Carnë Draug:
>> Hi
>>
>> I was looking through isbw which is supposed to return 1 or 0 wether a
>> matrix is a black and white image.
>>
>> The way it's working now, it returns 1 if all values in a matrix are
On 4 December 2011 19:28, Lukas Reichlin wrote:
> I've just posted control-2.2.2 (SVN Revision 9260) in the package forum [1].
> Please upload it to the server.
Done
--
All the data continuously generated in your IT inf
Hi all,
I've just posted control-2.2.2 (SVN Revision 9260) in the package forum [1].
Please upload it to the server. The changes are listed in the NEWS file [2].
The notice for
http://octave.sourceforge.net/
December 4, 2011
control-2.2.2 released
Best regards
Lukas
[1]
http://sourceforge
On 4 December 2011 09:31, Clemens Buchacher wrote:
> The patch below fixes a problem with the following use of
> scatter():
I believe I have addressed this already:
https://savannah.gnu.org/bugs/?34936
- Jordi G. H.
--
On 4 December 2011 08:06, Frank Willett wrote:
> I looked through the developer list email archive and didn't find
> this problem listed so, I thought I should submit it.
>
> In version 3.4.3 obtained with Macports (fink) on my Mac at line 200
> of __scatter__.m the line is:
>
> for i = 1:
Hi ,
I m trying to insert to my bar plot legend with different color to each graph.
For some reason the legend texts have no colors at all only when I use the bar
() function with plot it's OK.
How can I set different color to each graph when I don't know how many graphs I
m going to generate ?
The patch below fixes a problem with the following use of
scatter():
octave:1> n=101; scatter(ones(n,1), ones(n,1), 1, zeros(n,3))
error: __scatter__: A(I,J): row index out of bounds; value 101 out of bound 1
error: called from:
error: /usr/share/octave/3.4.3/m/plot/private/__scatter__.m at line
Hi,
I looked through the developer list email archive and didn't find this problem
listed so, I thought I should submit it.
In version 3.4.3 obtained with Macports (fink) on my Mac at line 200 of
__scatter__.m the line is:
for i = 1:rows (x)
and it should be
for i = 1:rows (