フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Please Help! Can anyone explain how to do this?

2 ビュー (過去 30 日間)
Tony
Tony 2015 年 4 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
C Each number on a phone corresponds to three alphabetic characters. Write a code that prints all possible words formed (regardless of whether or not they make sense) from any 7-digit telephone number.
  10 件のコメント
James Tursa
James Tursa 2015 年 4 月 29 日
@Cyclist: Seems fairly clear to me also. Groupings on my phone would be something like this:
LETTERS = {'','','ABC','DEF','GHI','JKL','MNO','PQRS','TUV','WXYZ'}
with a digit "k" corresponding to LETTERS{k+1}
Star Strider
Star Strider 2015 年 4 月 29 日
Fair enough. It was the ‘7-letter words’ I wasn’t picking up on.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by