Community Profile

photo

James Heselden


Last seen: 1 month ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Array indices must be positive integers or logical values.
So the error comes from the line: Re(i)=V(i)*D*rho/nu; %Reynolds Number Where your i value on the second iteration is 1.02 i...

4 years ago | 1

Answered
How can I reconstruct an RBG image?
I have tried to find you a solution which will work with any image you want, however I am only able to test this system on the s...

4 years ago | 0

Answered
Matrix dimensions must agree error, confused because it works sometimes and I don't even have a matrix as far as I know.
Simple solution: for your if/ifelse conditions you are using char arrays, swap these out to strings by replacing: % e.g. replac...

4 years ago | 0

Answered
Problem with using while
You are using a while loop where you should be using a for loop. % Swap out while i = 1:numImages ... end % to f...

4 years ago | 0

| accepted