Community Profile

photo

Firan Lucian


Last seen: casi 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
mat2str() on complex values with 0 inaginary part
~isreal(complex(5,0)) ans = logical 1 ~isreal(5) ans = logical 0

alrededor de 3 años hace | 0

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Function implementation for monotony check
Is there a build-in MATLAB function (way) that calculates one function implementation monotony against a true (correct, golden, ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 4 años hace | 0 respuestas | 1

0

respuestas

Pregunta


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) ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can I generate random single precision (float32) numbers ?
Using bitwise operations: >> rand_SP_real init 00000000000000000000000000000000 gen exponent 00010101 bit...

más de 4 años hace | 0

Pregunta


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...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 5 años hace | 5 respuestas | 0

5

respuestas