workspace doesnt show variables

10 次查看(过去 30 天)
karin kisos
karin kisos 2019-3-20
评论: Adam 2019-3-20
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 个评论
Adam
Adam 2019-3-20
Have you tried pressing F5 and/or restarting? Occasionally the workspace can stop updating, though it's fairly rare.

请先登录,再进行评论。

回答(1 个)

karin kisos
karin kisos 2019-3-20
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);

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by