Google(R) Translate
This file uses MATLAB(R)'s web services with Google's AJAX Language Translation API to take one string and translate it to anther:
For example to translate a string to Sweedish:
>> gtranslate('Good morning Mr. Peterson, how is your cat?','sv')
ans =
God morgon Mr Peterson, hur är din katt?
You can specify source (default is English) and destination languages using the two-letter http://en.wikipedia.org/wiki/ISO_639-1 codes.
Note that the default character encoding may make some languages (Russian, Japanese, etc) unrenderable.
Citation pour cette source
Michael Katz (2024). Google(R) Translate (https://www.mathworks.com/matlabcentral/fileexchange/23988-google-r-translate), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Data Import and Analysis > Data Import and Export > Web Access and Streaming > Web Services >
- MATLAB > External Language Interfaces > Other languages > Google >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
Tags
Remerciements
Inspiré par : (another) JSON Parser
A inspiré : Translate strings from one language to another
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.3.0.1 | Updated license |
||
1.3.0.0 | added trademark |
||
1.2.0.0 | added trademarks |
||
1.1.0.0 | originally uploaded wrong helper files. |
||
1.0.0.0 |