Firan Lucian
Followers: 0 Following: 0
Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
30.238
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
mat2str() on complex values with 0 inaginary part
~isreal(complex(5,0)) ans = logical 1 ~isreal(5) ans = logical 0
casi 4 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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Function implementation for monotony check
Is there a build-in MATLAB function (way) that calculates one function implementation monotony against a true (correct, golden, ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 5 años hace | 0 respuestas | 1
0
respuestasPregunta
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 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 5 años hace | 1 respuesta | 0
1
respuestaHow can I generate random single precision (float32) numbers ?
Using bitwise operations: >> rand_SP_real init 00000000000000000000000000000000 gen exponent 00010101 bit...
más de 5 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 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 5 respuestas | 0