How to split sentence?

2 ビュー (過去 30 日間)
Balkar Singh
Balkar Singh 2020 年 10 月 26 日
コメント済み: Balkar Singh 2020 年 10 月 27 日
cover_str = 'Great things in business done by one person. They done by a team of people.'
I want to split the above string into two sentences like
s1='Great things in business done by one person'.
s2='They done by a team of people'.
How can i do the above process in Matlab.
With regards.

採用された回答

KSSV
KSSV 2020 年 10 月 26 日
s = strsplit(cover_str,'.')
  9 件のコメント
KSSV
KSSV 2020 年 10 月 26 日
Read about strfind.
Balkar Singh
Balkar Singh 2020 年 10 月 27 日
Ok Sir..Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by