matlab windows (desktop basics)

2 ビュー (過去 30 日間)
Osama Alkurdi
Osama Alkurdi 2020 年 2 月 8 日
コメント済み: Osama Alkurdi 2020 年 2 月 9 日
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
Capture.png

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 2 月 8 日
In context it probably is the base workspace. Any variable can be stored there. Any time you are not executing inside any function then any assignment goes into the base workspace by default, and you can use assignin('base') to deliberately assign into it.
  5 件のコメント
Osama Alkurdi
Osama Alkurdi 2020 年 2 月 9 日
@Steven Lord
thank you, that's help me very much
Osama Alkurdi
Osama Alkurdi 2020 年 2 月 9 日
@Walter Roberson
OK, I finally get it
But, I have one more question
if the variables in nested function can be used by the parent function (if the nested function has been executed first of course)
and if the variables in parent function can be used by the nested function (if the variables defined before calling that nested function of course)
so, what is the use from global defined variables?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by