Function using GOOGLE translate to translate HELP's of commands

Version 1.0.0.0 (42.7 KB) by mustafa a
%The purpose of this code is to use GOOGLE translate to %translate help of a command in MATLAB
512 Downloads
Updated 13 Dec 2010

View License

%This code is written by M.A. (aka lftx).
%The purpose of this code is to use GOOGLE translate to
%translate help of a command in MATLAB to Turkish (you can modify it).
%So do not expect much.
%
%You need an active internet connection for this function to work
%
%The function uses a java package to use GOOGLE translate's API
%which is not developed by me, for detailed description of the java
%files you can check
%http://code.google.com/p/google-api-translate-java/
%
%the usage of the file is very similar to the original "help" function
%and if you add the files to your matlab's path you can use it as you use
%MATLAB "help" function
%
%EXAMPLES: helptr eye
%EXAMPLES: helptr('why') or helptr why
%
%The function has been working as of DEC 2010
%I cannot guarantee that it would be working in the future, as google might
%change its API, or might not like your referring webpage or maybe your IP.

Cite As

mustafa a (2024). Function using GOOGLE translate to translate HELP's of commands (https://www.mathworks.com/matlabcentral/fileexchange/29689-function-using-google-translate-to-translate-help-s-of-commands), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Matlab_Help_Translate/

Version Published Release Notes
1.0.0.0