Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Michael Katz (2026). Google(R) Translate (https://it.mathworks.com/matlabcentral/fileexchange/23988-google-r-translate), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: (another) JSON Parser
Informazioni generali
- Versione 1.3.0.1 (3,7 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
