フィルターのクリア

Running a program multiple times: Retrieval of live currency rates

1 回表示 (過去 30 日間)
Stuart
Stuart 2014 年 7 月 11 日
編集済み: Image Analyst 2014 年 7 月 12 日
Hi,
I haven't used matlab in several years and so have forgotten some of the lingo!
I would like to download the Cable price from a website, which I have managed using urlread(). I then split the returned string into several prices.
What I am struggling with is then storing this price and then running the program again.
Put simply, I wish to retrieve a url every 10 seconds and store the data so that I can then analyse it.
I imagine this is a very simple problem!
Many thanks
Stu

回答 (1 件)

Image Analyst
Image Analyst 2014 年 7 月 12 日
編集済み: Image Analyst 2014 年 7 月 12 日
Why can't you just use save() or fprintf() or csvwrite() or something like that, depending on what format you want the output file in?
or else strtok().

カテゴリ

Help Center および File ExchangeStochastic Differential Equation (SDE) Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by