Community Profile

photo

James Heselden


Last seen: 30 days 前 自 2019 起处于活动状态

统计数据

  • Knowledgeable Level 1
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
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 前 | 1

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受