The variable "g1_land" might be used before it is defined - Error

2 vues (au cours des 30 derniers jours)
João Carvalho
João Carvalho le 26 Oct 2017
Commenté : Walter Roberson le 26 Oct 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

Réponse acceptée

Birdman
Birdman le 26 Oct 2017
Change the first line with this:
g1_land=load('g1_land.txt');

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by