spellcheck
Version 1.0.0.0 (1.81 KB) by
Fahad Al Mahmood
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');
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 LinuxTags
Acknowledgements
Inspired: dictionary, Text Twist Puzzle Solver
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Fixed the 'no suggestions' result, thanks Sander Stepanov! |
