How to resolve an error message: Unrecognized function or variable

1 visualización (últimos 30 días)
Telema Harry
Telema Harry el 13 de Ag. de 2021
Comentada: Rik el 14 de Ag. de 2021
I always get an error of Unrecognized function 'DA' when I run the code for the first time.
The error disappears in subsequent runs. What could be the reason.
see a sample of the code.
%% ENTER DATE, MONTH, YEAR AND HOUR
DA.Day = 1;
DA.Month = 06;
DA.Year = 2021;
DA.tLST = 7;
DA.ls = 60;
[tim, yprime] = Balloondynamics(dtspan,In0,wind, DA, I, B);
  5 comentarios
Telema Harry
Telema Harry el 13 de Ag. de 2021
I have seen the bug. It took a while but I was able to find it.
after the DA variable, I called another file to load weather data.
That file clears all the previous variables using the function: clearvars -except data
In the next attempt, the program uses the stored 'data' and it is not runing the weather data file again.
Problem solved. Thanks
Rik
Rik el 14 de Ag. de 2021
That sounds like you just learned why functions are useful.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by