spellcheck

This function checks the spelling of a word and returns suggestions if misspelled.
3.7K Downloads
Updated 12 Jul 2004

View License

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

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

Cite As

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

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Programming in Help Center and MATLAB Answers
Acknowledgements

Inspired: dictionary, Text Twist Puzzle Solver

Version Published Release Notes
1.0.0.0

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