With this Scilab script, create your own Season's Greeting, to share it with your friends:
ScilabSeasonsGreeting.sce 1.85 kB
With this Scilab script, create your own Season's Greeting, to share it with your friends:
ScilabSeasonsGreeting.sce 1.85 kB
0001 function Star(B, b, n, name)
0002 colour = modulo(name, 128);
0003 for p = n:-1:1
0004 for q = 1:min(p,2):2^(p-1)*b
0005 Z = B*exp(%i*q*%pi/2^(p-2)/b);
0006