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

5 views (last 30 days)
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 Comment
Star Strider
Star Strider on 4 Dec 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.

Sign in to comment.

Answers (1)

John Petersen
John Petersen on 4 Dec 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?

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!