Liam Crocker
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
62.520
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaFor 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 ...
alrededor de 4 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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 4 años hace | 1 respuesta | 0