![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11849913_1517924559216_DEF.jpg)
Firan Lucian
Followers: 0 Following: 0
Statistik
RANG
30.536
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
mat2str() on complex values with 0 inaginary part
~isreal(complex(5,0)) ans = logical 1 ~isreal(5) ans = logical 0
etwa 4 Jahre vor | 0
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Function implementation for monotony check
Is there a build-in MATLAB function (way) that calculates one function implementation monotony against a true (correct, golden, ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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) ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortHow can I generate random single precision (float32) numbers ?
Using bitwise operations: >> rand_SP_real init 00000000000000000000000000000000 gen exponent 00010101 bit...
mehr als 5 Jahre vor | 0
Frage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 5 Antworten | 0