photo

Herve Hugonnet


Last seen: 5 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Revival Level 1
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 3 Antworten | 4

3

Antworten

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

etwa 4 Jahre vor | 0

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

etwa 5 Jahre vor | 1