photo

James Heselden


Last seen: 6 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

quasi 5 anni fa | 1

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

circa 5 anni fa | 0

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

circa 5 anni fa | 0

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

circa 5 anni fa | 0

| accettato