mex_rref
Versión 1.3.0.0 (3,21 KB) por
Ben Mitch
Same functionality as the MATLAB rref function, but quicker.
Same functionality as the MATLAB rref function, but quicker.
>> mex_rref_demo
A = rand(200);
R1 = rref(A);
Elapsed time is 1.435837 seconds.
R2 = mex_rref(A);
Elapsed time is 0.012729 seconds.
max(max(abs(R1 - R2))): 0
Speed-up factor: 113
Citar como
Ben Mitch (2025). mex_rref (https://www.mathworks.com/matlabcentral/fileexchange/4085-mex_rref), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Signal Modeling >
Más información sobre Signal Modeling en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.