How to split sentence?

3 vues (au cours des 30 derniers jours)
Balkar Singh
Balkar Singh le 26 Oct 2020
Commenté : Balkar Singh le 27 Oct 2020
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.

Réponse acceptée

KSSV
KSSV le 26 Oct 2020
s = strsplit(cover_str,'.')
  9 commentaires
KSSV
KSSV le 26 Oct 2020
Read about strfind.
Balkar Singh
Balkar Singh le 27 Oct 2020
Ok Sir..Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by