James Heselden
Followers: 0 Following: 0
Feeds
已回答
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...
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...
5 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...
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...
5 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...
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...
5 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...
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...
5 years 前 | 0
| 已接受