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

2 ビュー (過去 30 日間)
João Carvalho
João Carvalho 2017 年 10 月 26 日
コメント済み: Walter Roberson 2017 年 10 月 26 日
Is something wrong because of that red line? The program can't find that file (g1_land.txt)? How can I solve that? Thanks

採用された回答

Birdman
Birdman 2017 年 10 月 26 日
Change the first line with this:
g1_land=load('g1_land.txt');

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by