求解一个matlab问题
求解一个matlab问题写一个函数,shortest_word,它接收一系列单词,a,并返回a中最短的单词。如果有超过一个最短的单词,函数应该返回第一个单词。输出的格式在...
求解一个matlab问题写一个函数,shortest_word,它接收一系列单词,a,并返回a中最短的单词。如果有超过一个最短的单词,函数应该返回第一个单词。
输出的格式在以下
>> fruits = char('apple', 'banana', 'orange', 'pear', 'quince');
>> shortest_word(fruits)
'pear'
>> shapes = char('square', 'triangle', 'circle', 'line');
>> shortest_word(shapes)
'line' 展开
输出的格式在以下
>> fruits = char('apple', 'banana', 'orange', 'pear', 'quince');
>> shortest_word(fruits)
'pear'
>> shapes = char('square', 'triangle', 'circle', 'line');
>> shortest_word(shapes)
'line' 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询