photo

King Fisher


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

7 个提问
2 个回答

File Exchange

1 文件

排名
258,422
of 297,527

声誉
0

贡献数
7 个提问
2 个回答

回答接受率
42.86%

收到投票数
0

排名
1,641 of 20,454

声誉
1,127

平均
3.10

贡献数
1 文件

下载次数
5

ALL TIME 下载次数
11098

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

已提交


DIGITAL BEAMFORMING
plots the beam pattern of antenna arrays.

9 years 前 | 5 次下载 |

3.1 / 5

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Executing CUDA or PTX Code on the GPU
I have exactly the same problem :(

13 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

已回答
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...

13 years 前 | 0