Liam Crocker
Followers: 0 Following: 0
Feeds
提问
While Loop goes to debug
So I have the functions to find area and Drag, got them down pat fine and I know they are correct or extremly close to the corre...
4 years 前 | 1 个回答 | 0
1
个回答提问
fprintf columns turning out weirdly
So I've got some sets of data and their all columns, such as the example below. As obvious x and y both become column matrices o...
4 years 前 | 1 个回答 | 0
1
个回答提问
Undefined function 'mtimes' for input arguments of type 'function_handle'.
So I'm very puzzled as to how I find out my C values from the C lin fit. It tells me define my formula's as function handles...
4 years 前 | 2 个回答 | 0
2
个回答提问
Unary operator '-' is not supported for operand of type 'function_handle' in for loop function
Hi Matlab forums, hope you are all having a good day. If anyone could spare some time to help me,I have encounted the error cal...
4 years 前 | 1 个回答 | 0
1
个回答已回答
For Loop Error, unable to perform operation, LHS incompatible with RHS
My problem is that the for loop is set up for function handles not vectors. I would need to change the code to make it work for ...
For Loop Error, unable to perform operation, LHS incompatible with RHS
My problem is that the for loop is set up for function handles not vectors. I would need to change the code to make it work for ...
4 years 前 | 0
| 已接受
提问
For Loop Error, unable to perform operation, LHS incompatible with RHS
So I have this for while loop that I am calculating, and what I think is the problem is that it's trying to stuff 121 values int...
4 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds number of array elements
I'm really stuck with this task I've been given. When I run this script of mine written to answer the formula's shown, on line 2...
4 years 前 | 0 个回答 | 0
0
个回答提问
Loop answers slightly out from correct values
So in my script, I'm using a loop/ if else function. The values this function spits me out are very close to the Pi values in se...
4 years 前 | 2 个回答 | 0
2
个回答提问
Getting wrong answer,
So I have these formula's and information given to me. From question 1 I find the Zi values which I have done using Sym Z ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Solve function (and other code help)
I wish to find what Z is at these heights, so I looked up the code for it S = solve(eqn,var) Z = solve(Re.*Z/Re.+Z=.hi, Z) hi ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to find the angle in MatLab
Hey so I'm new to Matlab and I've been given this question and I have to find out the angle. I found out the Hypotenuse by doing...
4 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds the number of arrays
A friend of mine is doing the exact same code My code: A = 4; W = 0.6; T = 0:10; x = A*cos(W'*T') plot(T',x') title('Disp...
4 years 前 | 1 个回答 | 0