photo

Andrew Sykes


University of Colorado Boulder

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: many-body physics, condensed matter

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
4,038
of 300,364

REPUTATION
13

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Array indexing multiple equations
You need to do some algebra on these equations before you solve them. The variable x4 is a constant (x4(i+1) = x4(i) tells u...

11 years ago | 0

| accepted

Answered
How to Convert A Matrix Into a Custom Binned Histogram (Histogram of Variance Value)
This might help. Assume "A" is your 10,000 X 10,000 array (preset in this example by random numbers, so ignore the first line of...

11 years ago | 0

| accepted

Answered
How can I create this orthogonal matrix using MATLAB?
If m>n the following should work. m=8; n=5; L=zeros(m,n); for j=1:n L(:,j)=((m-n+j-1).*(m-n+j)).^(-1/2...

11 years ago | 0

| accepted

Question


Sliced variables in parfor loop (restricted indexing)
Hi, I am having trouble with some parallel for-loop coding. I believe my essential difficulties can be captured in the follow...

11 years ago | 1 answer | 1

1

answer