retrieving ftp data with loop

1 回表示 (過去 30 日間)
sermet
sermet 2015 年 7 月 21 日
回答済み: Walter Roberson 2015 年 7 月 21 日
%HOST=garner.ucsd.edu
%USER=anonymous
%PASSW=12345
%data path=rinex/relevant_year/relevant_day/xxxx (data)
%in here relevant_year, relevant_day and xxxx data are variable. Therefore I need to write a loop to retrieve multiple data (several relevant_year, relevant_day, xxxx) in ftp.

採用された回答

Walter Roberson
Walter Roberson 2015 年 7 月 21 日
Use sprintf() to construct the string to pass to ftp()

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFTP File Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by