spellcheck

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

You are now following this Submission

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

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

Cite As

Fahad Al Mahmood (2026). spellcheck (https://au.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: dictionary, Text Twist Puzzle Solver

Categories

Find more on Programming in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

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