photo

htrh5


Last seen: 2 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
1 个回答

排名
21,601
of 300,262

声誉
2

贡献数
11 个提问
1 个回答

回答接受率
45.45%

收到投票数
2

排名
 of 20,900

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to interpolate PDE solution to cartesian grid
I can plot a solution using pdeplot(p,e,t,'xydata',u) but I want to interpolate my answer to a cartesian grid so that I can do o...

9 years 前 | 1 个回答 | 0

1

个回答

提问


chebyshevT is too slow
This function takes an eternity to compute. I have written a workaround that works about 75 times faster for me but I am curious...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Parameter Optimization in an interval
I have a scoring function asd that takes 4 parameters. Normally this works: [m n]=fminsearch(asd,[40,40,0.04,0.75] , ... ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Surf rotation/size
When I view the surf plot of a 2D data, it looks normal from any single angle but when I start to rotate it, matlab automaticall...

10 years 前 | 1 个回答 | 1

1

个回答

提问


Creating 4D vector inside parfor
This is what I have parfor i = 1:N/k tti=-sqrt(N)/2+(i*k-k)/sqrt(N); [ap,~]=meshgrid(tau/2+tti,tau/2); ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Using spline as an interpolating function
ts = linspace(-10,10,1024); fs = func(t); Lets say I do not have access to |func|. Normally I can't use |f| as a functi...

10 years 前 | 1 个回答 | 1

1

个回答

提问


parallel for loop in mex
The outer loop in this code should be parallelizable #include "mex.h" #include "matrix.h" #include <math.h> ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Quitting matlab unresponsive due to memory (maybe)
When I try to make matlab deal with, say 16384*16384 matrix (or maybe the function needs to use a few of such matrices in it), m...

10 years 前 | 1 个回答 | 0

1

个回答

提问


The variable in parfor cant classified
parpool(3) parfor n = 1:N a=n/60; for u_p=1:length(t) x_a(n,u_p)=sqrt(1-1i*cot(a*pi/2)...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Help calling a matlab function in a mex function
EDIT: See my answer below for clarification. I want to modify sincall example to make it display besselj(0,x) #include "...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Help calling a matlab function in a mex function
forgot about pointer stuff, oups. This fixed it: rhs[0]=mxCreateDoubleMatrix(1, 1, mxREAL); double* pw=mxGetPr(r...

10 years 前 | 0

| 已接受

提问


Displaying extra information for datapoints on a plot
Lets say I have two vectors x and y, which describe the position. When I plot them, I want to click on a data point and be able ...

10 years 前 | 1 个回答 | 0

1

个回答