calnum_sf - Solve with Fixed Significant Digits

calnum_sf solves mathematical expression with fixed significant figures.
40 téléchargements
Mise à jour 17 avr. 2019

Afficher la licence

% 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

Citation pour cette source

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. Récupéré le .

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.

Compatibilité avec les versions de MATLAB
Créé avec R2018b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Visual Exploration dans Help Center et MATLAB Answers
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.1

name fixed

1.0.0