Borrar filtros
Borrar filtros

Using multiple functions in combination

1 visualización (últimos 30 días)
James Connor
James Connor el 20 de Oct. de 2015
Editada: James Connor el 21 de Oct. de 2015
edit

Respuesta aceptada

dpb
dpb el 20 de Oct. de 2015
Looks to me like it would just be
ring(t,nstars,ringradius,npoints,R,r)
if you remove the lines within ring that redefine the input arguments ringradius and nstars (and any others I overlooked). star gets called within ring w/o any other effort required other than either being visible in MATLABPATH or an internal function within ring.m
function turtle=ring(t,nstars,ringradius,npoints,R,r)
t2=Turtle();
turnAngle=0;
for k=1:nstars
...
  2 comentarios
James Connor
James Connor el 20 de Oct. de 2015
I think I made an error on my code, on the ring function when I try to run it when it gets to the star part of of the code it just draws the star normally like it was the star() function and ignores the ring() parts
dpb
dpb el 20 de Oct. de 2015
Since we can't run your code a little tough to tell but...I wonder if there's an issue w/ Turtle in some context presumed to be shared somehow that isn't? Since we have no klew what's in there, it's just a guessing game...

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by