spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.

現在この提出コンテンツをフォロー中です。

[status,suggestions] = spellcheck(text);
status = spellcheck(text);

Examples:
[status,suggestions] = spellcheck('Hellow');
status = spellcheck('Emirates');

引用

Fahad Al Mahmood (2026). spellcheck (https://jp.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: dictionary, Text Twist Puzzle Solver

カテゴリ

Help Center および MATLAB AnswersProgramming についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Fixed the 'no suggestions' result, thanks Sander Stepanov!