Google(R) Translate

버전 1.3.0.1 (3.7 KB) 작성자: Michael Katz
Translates a string between languages using Google(R)'s Language API.
다운로드 수: 3.1K
업데이트 날짜: 2016/9/1

라이선스 보기

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.

인용 양식

Michael Katz (2024). Google(R) Translate (https://www.mathworks.com/matlabcentral/fileexchange/23988-google-r-translate), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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