calnum_sf - Solve with Fixed Significant Digits

calnum_sf solves mathematical expression with fixed significant figures.
40 descargas
Actualizado 17 abr 2019

Ver licencia

% calnum_sf solves mathematical expression with fixed significant figures
% ---------------------------------------------------------------------
% inputs
% expression - your expression as a string
% numSF - number of significant figures
% method - uses following methods for rounding:
% 'round'
% 'fix'
% ---------------------------------------------------------------------
% outputx
% appVal the approximate result
% error the relative error
% ---------------------------------------------------------------------
% example
% [num,error]=calnum_sf('(2/9)*(9/7)*3-5*66*cos(log(3*5)-5)+3.5464*cos(6*sin(3)/5)^5',6,'round')
%
% All copyrights goes to Mohammad Al-Fetyani
% University of Jordan

Citar como

Mohammad Al-Fetyani (2024). calnum_sf - Solve with Fixed Significant Digits (https://www.mathworks.com/matlabcentral/fileexchange/69859-calnum_sf-solve-with-fixed-significant-digits), MATLAB Central File Exchange. Recuperado .

François Beauducel (2015). Round with significant digits (https://www.mathworks.com/matlabcentral/fileexchange/26212-round-with-significant-digits), MATLAB Central File Exchange. Retrieved 03 Apr 2015.

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Visual Exploration en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

name fixed

1.0.0