photo

King Fisher


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

7 Questions
2 Réponses

File Exchange

1 Fichier

RANG
253 327
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
0

RANG
1 651 of 20 922

RÉPUTATION
1 131

CLASSEMENT MOYEN
3.10

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
4

ALL TIME TÉLÉCHARGEMENTS
11133

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Why Matlab prints incorrect EPS figure
Two same figures are printed via following code, one .EPS and other .PDF. *.PDF* is printed as desired *(468 point X 468 poin...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

A soumis


DIGITAL BEAMFORMING
plots the beam pattern of antenna arrays.

plus de 9 ans il y a | 4 téléchargements |

3.1 / 5

Question


Matlab not generating pdf file with accurate measure
I am generating a **pdf** by saving a **figure** generated from following **Matlab code**. When **x=4**, it generated a **square...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


Total Power output of a ULA using Phased Array Toolbox
Hi: How to plot the non-normalized radiation-pattern of the 2-element ULA while total power out of the ULA is equal to the O...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Question


State-Space of 2 by 2 MIMO, with two separate tranfer functions for each input-output pair?
hi For a 2 by 2 MIMO system, with* _two separate transfer functions_ *for each of the SISO models. How can we write a state...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


Exponential random number generation
hi, How to generate the exponential random numbers from uniform random number generator? thx

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


parallel.gpu.CUDAKernel() not working
I have written the following .cu code: __global__ void addToVector(float * pi, float c, int vecLen) { int idx = blockIdx.x...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Executing CUDA or PTX Code on the GPU
I have exactly the same problem :(

presque 14 ans il y a | 0

Question


Why GPU performance is worse than CPU for this code?
clear all close all tic t=9999; X = rand( t, 'single' ); G = gpuArray( X ); isequal( gather( G ), X ...

presque 14 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
NVIDIA GPU recommendation: Mac (OSX 10.6.x - 64bit server)
If you are o.k with 1.3 capability and not going to work for enormous amount of data, 4800 is enough. But you think that your al...

presque 14 ans il y a | 0