The variable "g1_land" might be used before it is defined - Error
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
João Carvalho
el 26 de Oct. de 2017
Comentada: Walter Roberson
el 26 de Oct. de 2017
Is something wrong because of that red line? The program can't find that file (g1_land.txt)? How can I solve that? Thanks

1 comentario
Walter Roberson
el 26 de Oct. de 2017
Duplicate post requiring merging https://www.mathworks.com/matlabcentral/answers/363461-the-variable-x-might-be-used-before-it-is-defined
Respuesta aceptada
Birdman
el 26 de Oct. de 2017
Change the first line with this:
g1_land=load('g1_land.txt');
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Axis Labels en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!