Borrar filtros
Borrar filtros

retrieving ftp data with loop

4 visualizaciones (últimos 30 días)
sermet
sermet el 21 de Jul. de 2015
Respondida: Walter Roberson el 21 de Jul. de 2015
%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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Jul. de 2015
Use sprintf() to construct the string to pass to ftp()

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by