How to change the specified part of URL when I use MatLab's web function?

2 次查看(过去 30 天)
Hi All
I need to use Matlab to open the URL (<http://www.thisismoney.co.uk/money/saving/article-1583859/)>, however I want to change the part 1583859 within the URL.
So I set
Part='1583859';
web('http://www.thisismoney.co.uk/money/saving/article-',Part,'/')
But MatLab keeps telling me "The URL is not valid and cannot be loaded".
How can I fix it?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-4
编辑:Azzi Abdelmalek 2013-2-4
Part='1583859'
web(['http://www.thisismoney.co.uk/money/saving/article-',Part,'/'])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Adding custom doc 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by