spellcheck
Version 1.0.0.0 (1,81 KB) von
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');
Zitieren als
Fahad Al Mahmood (2026). spellcheck (https://de.mathworks.com/matlabcentral/fileexchange/5378-spellcheck), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert: dictionary, Text Twist Puzzle Solver
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 | Fixed the 'no suggestions' result, thanks Sander Stepanov! |
