photo

Herve Hugonnet


Last seen: 5ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Revival Level 1
  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

質問


matlab strange result for mean of single vs double
Hello, I get vastly different result when avraging an array using single vs double precision. Here is a code to reproduce my is...

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

3

回答

回答済み
Create .ptx files from .cu files
I had the same issue and solved it by adding the path to the cl.exe filed in the comand line (change the path to match your visu...

約4年 前 | 0

回答済み
3D Rotation Matrix
The simplest if you do not have the phase array system toolbox is to define anonymous functions : rotx = @(t) [1 0 0; 0 cos(t)...

約5年 前 | 1