Jamie Rodgers
LifeScan Scotlan Limited JnJ
Active since 2010
Followers: 0 Following: 0
Scientist
Statistics
All
RANK
6,129
of 295,569
REPUTATION
8
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
12,873 of 20,247
REPUTATION
25
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
0
ALL TIME DOWNLOADS
252
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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...
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...
12 years ago | 0
| accepted
Answered
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...
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...
12 years ago | 0
Answered
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...
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...
12 years ago | 0
Answered
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...
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...
12 years ago | 0
| accepted
Answered
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...
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...
12 years ago | 0