Firan Lucian
Followers: 0 Following: 0
Statistiques
RANG
29 978
of 295 569
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
mat2str() on complex values with 0 inaginary part
~isreal(complex(5,0)) ans = logical 1 ~isreal(5) ans = logical 0
presque 4 ans il y a | 0
Question
Trigonometric functions pi independent support, accurately, atanpi, asinpi, ...
Hi, While in R2018b these functions are supported: sinpi Compute sin(X*pi) accurately cospi Compute cos(X*pi) accurately Ot...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
mat2str() on complex values with 0 inaginary part
Hi, Tried mat2str(complex(5,6)) witch seems ok: ans = '5+6i' But other complex values with imaginary part 0 or 0+0i ar...
presque 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
Function implementation for monotony check
Is there a build-in MATLAB function (way) that calculates one function implementation monotony against a true (correct, golden, ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
ULP measurement implementation and flavors
There is a build in MATLAB implementation for float difference in ULP ? u = abs(A-B) / (abs(B) * eps(B)) https://www.mathwor...
plus de 5 ans il y a | 1 réponse | 1
0
réponseQuestion
Get next or prior single precision value MATLAB function ?
Is there a MATLAB function for next or prior float32 number ? (similar to nextafterf, nexttowardf or float_next, float_prior) ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there a way to check some processing flags for complex algorithms with multiple calculations if overflow, underflow occurred in processing ?
Is there a way to check some processing flags for complex algorithms with multiple calculations if overflow, underflow occurred ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseHow can I generate random single precision (float32) numbers ?
Using bitwise operations: >> rand_SP_real init 00000000000000000000000000000000 gen exponent 00010101 bit...
plus de 5 ans il y a | 0
Question
Meaningful absolute difference for error calculation, absolute forward error.
Looking at a function f(x) and reference function ref_f(x) considered to be true (golden sample, the reference) As definition t...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I generate random single precision (float32) numbers ?
A SP float may be generated in a range from -Infinity to +Infinity or including NANs. Full rage would contain all representable...
plus de 5 ans il y a | 5 réponses | 0