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

1 Ansicht (letzte 30 Tage)
Carsten
Carsten am 4 Dez. 2014
Beantwortet: John Petersen am 4 Dez. 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 Kommentar
Star Strider
Star Strider am 4 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

John Petersen
John Petersen am 4 Dez. 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?

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by