Community Profile

photo

Firan Lucian


Last seen: 2年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
mat2str() on complex values with 0 inaginary part
~isreal(complex(5,0)) ans = logical 1 ~isreal(5) ans = logical 0

約3年 前 | 0

質問


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

約3年 前 | 1 件の回答 | 0

1

回答

質問


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

約3年 前 | 3 件の回答 | 0

3

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 0 件の回答 | 1

0

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

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

4年以上 前 | 0

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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

5年弱 前 | 5 件の回答 | 0

5

回答