photo

Jamie Rodgers


LifeScan Scotlan Limited JnJ

Active since 2010

Followers: 0   Following: 0

Message

Scientist

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

1 File

Cody

0 Problems
54 Solutions

RANK
6,341
of 301,506

REPUTATION
8

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
13,203 of 21,306

REPUTATION
25

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
253

RANK
11,399
of 174,911

CONTRIBUTIONS
0 Problems
54 Solutions

SCORE
560

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

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

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

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

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

14 years ago | 0