workspace doesnt show variables

3 views (last 30 days)
karin kisos
karin kisos on 20 Mar 2019
Commented: Adam on 20 Mar 2019
I downloaded the new 2018 Matlab trial per month. I wrote the code but it does not let me run it and I can not see the variables in the workspace either.
I would appreciate your help,
Karin.
  6 Comments
Adam
Adam on 20 Mar 2019
Have you tried pressing F5 and/or restarting? Occasionally the workspace can stop updating, though it's fairly rare.

Sign in to comment.

Answers (1)

karin kisos
karin kisos on 20 Mar 2019
I am using a code:
I can sand you a part of my code. I tried also to run just a couple of lines but it doesnt work.
N=1000;
Electron=randn(1,N);
Pion=randn(1,N)+2;
significanceLevel=(length(find(Electron>1))/N);

Community Treasure Hunt

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

Start Hunting!