Can't see variables in workspace when run from a function

5 visualizaciones (últimos 30 días)
Carsten
Carsten el 4 de Dic. de 2014
Respondida: John Petersen el 4 de Dic. de 2014
I have attempted to create a program for school. I have only started with matlab.
I have only made the first to choices in the menu. But i don't get any variables showing up in the workspace window. It seems to run the first choice ok, but i can't see if the file is loaded. When i try to run the NeXT choice which is aggregation function, the variables from the load_measurement isn't there. I am so lost here.
The functions are individually tested and they Work as the should. But i am having problems connecting them in a mainscript. I am sure i am doing something wrong in using the functions in the mainscript.
HELP :O)
  1 comentario
Star Strider
Star Strider el 4 de Dic. de 2014
It is difficult to understand how your scripts and functions relate to each other.
What scripts call what functions (and what functions call other functions), and how should your code work?
What file does not appear, and what function is supposed to load it?
I do not see that ‘mainMenu.m’ or ‘menu.m’ actually call any of your functions.

Iniciar sesión para comentar.

Respuestas (1)

John Petersen
John Petersen el 4 de Dic. de 2014
I see where you are calling the other functions, but you are ignoring the return variables. Is that the problem? What specifically do you see when you run menu?

Categorías

Más información sobre Entering Commands 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