On global variables.

3 ビュー (過去 30 日間)
Cruz Angel Echevarria
Cruz Angel Echevarria 2016 年 2 月 12 日
コメント済み: Walter Roberson 2016 年 2 月 12 日
Good morning Matlab users.
I would really appreciate some help on the following issue. I am working with a script file which calls a first function file which in turn calls a second function file. I have declared some variables as global. Both function files recognize all but one of these variables as global (blue color). However, the script file does not seem to recognize one particular variable as a global one. Please let me show you the first line of the code (which appears in the three files aforementioned).
global Numero C_C C_NC Saving_C Saving_NC N g_a I_Y n_bar S_bar n_mean r w ...
In particular, the variable causing the problem is the fourth one, "Saving_C". Does anyone have any idea of what I am doing wrong? Thanks in advance for your cooperation.
Regards,
Cruz
University of the Basque Country
  3 件のコメント
Stephen23
Stephen23 2016 年 2 月 12 日
編集済み: Stephen23 2016 年 2 月 12 日
Walter Roberson
Walter Roberson 2016 年 2 月 12 日
Does the same variable happen to occur as the name of a parameter to the function?

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by