help-octave
[Top][All Lists]
Advanced

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

Re: Generate venn diagram from data


From: Hartmut
Subject: Re: Generate venn diagram from data
Date: Sun, 30 Apr 2017 00:48:01 -0700 (PDT)

Currently the image package only supports strel objects of disk type with no
sub-components. So you need to change your code line with the strel command
to the following line:

se = strel('disk',2,0);

With this little change, your script runs fine for me.

Have fun with Octave and the image package

   Hartmut



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Generate-venn-diagram-from-data-tp4683112p4683113.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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