Writing Fast MATLAB Code

버전 1.1.0.0 (328 KB) 작성자: Pascal Getreuer
Speed up your project with this collection of techniques.
다운로드 수: 80.2K
업데이트 날짜: 2009/2/10

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week Popular File 2008

Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat.

Contents:
* Introduction
* The Profiler
* Array Preallocation
* JIT Acceleration
* Vectorization
* Inlining Simple Functions
* Referencing Operations
* Solving Ax=b
* Numerical Integration
* Signal Processing
* Miscellaneous Tricks
* Further Reading

인용 양식

Pascal Getreuer (2024). Writing Fast MATLAB Code (https://www.mathworks.com/matlabcentral/fileexchange/5685-writing-fast-matlab-code), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Updated for R2008b, new introduction and added Ax=b section

1.0.0.0

Updates for MATLAB 7, including a new section on JIT