Matlab functions/scripts

1 visualización (últimos 30 días)
Bashir Yusuf Bichi
Bashir Yusuf Bichi el 19 de Nov. de 2017
Comentada: Star Strider el 19 de Nov. de 2017
I have four Matlab functions/scripts and I call all the functions/scripts from one main function, but the results where different when I run the individual functions/scripts. can any one help on how to resolve this issue

Respuesta aceptada

Star Strider
Star Strider el 19 de Nov. de 2017
Without seeing them, no.
If you are using global variables, remove the global calls and pass those variables as arguments to each of your functions instead.
  5 comentarios
Stephen23
Stephen23 el 19 de Nov. de 2017
"I thought when sending a variable to both the functions I have to name such variable as global."
When passing variables as arguments (as you should be doing) you should not declare those variables as global.
Star Strider
Star Strider el 19 de Nov. de 2017
@Bashir Yusuf Bichi — As always, my pleasure.
If my Answer helped you solve your problem, please Accept it!
—————
@Stephen — Good point.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by