photo

Jamie Rodgers


LifeScan Scotlan Limited JnJ

自 2010 起处于活动状态

Followers: 0   Following: 0

消息

Scientist

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

1 文件

Cody

0 个问题
54 个答案

排名
6,266
of 299,823

声誉
8

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
13,099 of 20,811

声誉
25

平均
0.00

贡献数
1 文件

下载次数
0

ALL TIME 下载次数
252

排名
10,532
of 166,136

贡献数
0 个问题
54 个答案

评分
560

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

已回答
Excel export script help request
I could be wrong - since I don't have access to you data, but - guessing - I think what you MAY be doing here is trying to conca...

13 years 前 | 0

| 已接受

已回答
Vectorizing finding indexes
Try This: Your vector Y=[0:1:1000]; X=[0.1, 2.5, 2.8, 4.1]; Vectorised code Z1=arrayfun(@(a)int...

13 years 前 | 0

已回答
extrapolate to min point between grid points using slope trends
Nina, Yes it most certainly can - BUT this will depend upon the type of surface fit you employ: Also you need to be aware t...

13 years 前 | 0

已回答
extrapolate to min point between grid points using slope trends
Do You have the curve fitting toolbox? If so: Possible Strategy: use 'fit' to create a 'fit object' using a suitable input...

13 years 前 | 0

| 已接受

已回答
rearranging a matrix in an efficient way
MY Strategy: Generate required indices, and use arrayfun! (i) Generate 2 matrices corresponding respectively to the row ind...

13 years 前 | 0