How to select the first letter of every word

9 次查看(过去 30 天)
I have no idea how I would go about doing this
Input: I like eating pizza Output: Ilep

采纳的回答

Mohammad Abouali
Mohammad Abouali 2015-12-5
编辑:Mohammad Abouali 2015-12-5
str='I like eating pizza';
str2=cellfun(@(c) c(1),strsplit(str))
  6 个评论
Krish Desai
Krish Desai 2015-12-10
Also how would I be able to eliminate extra spaces? For instance if the input was ' I like eating pizza'?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by