如果我输入:
txt=urlread('http://download.finance.yahoo.com/d/quotes.csv', 'get',{'s', 'AAPL', 'f', 'sl1d1t1c1ohgv', '', '.csv'} )
在matlab中,我得到输出:
"AAPL",430.195,"7/16/2013","4:00pm",+2.755,426.43,430.71,424.17,7616916
但是,除了股票代码之外,我还想获得证券的名称。我相信'n'
这是表示这一点的方式,但我无法让它发挥作用。这可能吗?