Analysis of the Coding Method of Matlab Library Functions and Optimization of Matlab Programs

王蔚,宋加涛,黄强
DOI: https://doi.org/10.3969/j.issn.1004-373x.2004.09.012
2004-01-01
Abstract:In this paper, the reason that functions in Matlab library have high executive efficient is analyzed in detail. It is pointed out that three types of functions exist in Matlab library and they are either coded in C programming language, or directly call C functions. So calling library functions as could as possible is one of the key measures to improve the efficiency of user defined Matlab programs. Some programming examples are also given.
What problem does this paper attempt to address?