Search within a character array

2 次查看(过去 30 天)
I have this character array:
EAST WINDS 11 TO 16 KNOTS. SEAS 2 TO 4 FEET. SCATTERED
SHOWERS. % its indices being row (13), column (1:65) from a text file
I want to create a structured variable taking only phrases of this sentence. For example if I type:
'Today'
The output must be:
Today =
winds: 'EAST WINDS 12 TO 14 KNOT'
waves: 'SEAS 3 TO 4 FEET'
Here's the catch, I am taking this sentence from a forecasting web page that updates daily, meaning the indices changes daily. One day the wind forecast may be on row 16 and with more or less columns (1:56 for example). The character array MUST be this information especifically, winds and waves and it could have more or less columns. What function or commands can I use?

采纳的回答

Albert Yam
Albert Yam 2012-7-12

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by