MATLAB Tips

Posted on Aug 24, 2014 in Computer Science • Tagged with programming, tips, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Things on this page are fragmentary and immature notes/thoughts of the author. It is not meant to readers but rather for convenient reference of the author …


Continue reading

How MATLAB Is Different from Other Programming Languages

Posted on Dec 13, 2012 in Computer Science • Tagged with C++, programming, Java, SAS, R, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. MATLAB support command style (like Linux terminal commands). This means that you do not have to use parentheses when you call some functions, instead, you can use …


Continue reading

Compile MATLAB Code

Posted on Dec 07, 2012 in Computer Science • Tagged with compile, compiler, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. MATLAB code can be compile to C/C++ code or stand alone applications. Usually you can run the stand-alone application in Windows system directly, but for Linux …


Continue reading

Filesystem in MATLAB

Posted on Dec 14, 2012 in Computer Science • Tagged with filesystem, programming, MATLAB, file system

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Function path can be used to either display or modify the search path of MATLAB. Its functionality in MATLAB is similar to the functionality of environment variable …


Continue reading

MATLAB for Visualization

Posted on Dec 03, 2012 in Computer Science • Tagged with image, visualization, programming, plot, graphics, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. To display a new graph on on top of an old one, you can use command hold on. In this way, you can create multiple plots in …


Continue reading

Tricky Problems in MATLAB

Posted on Dec 20, 2012 in Computer Science • Tagged with trick, trap, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Sometimes you might find that you can use some built-in function in MATLAB at first, but later you cannot use it any. If so, you should probably …


Continue reading