Community Profile

photo

Liam Crocker


Last seen: más de 1 año hace Con actividad desde 2020

Estadísticas

  • Thankful Level 2
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace | 0

| aceptada

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta