Shawn Alcorn
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
92.821
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
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
Why am I getting this interp1 error?
%% AEM 588 HW1 Question 2 clear all; close all; clc; global A_const; global B_const; global C_const; mu = 398600; %km^3/s...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Issue during for loop.
The issue occurs during the for loop using j. When I calculate deltaTheta it should be pretty constant at the start but eventual...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
While loop setting error calculation is not calculating properly.
While loop within code is suppose to adjust betaIter until thetaTanIter is within a certain value of tangent of 10 degrees. The ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Now trying to loop my code for lambda and calculate a CL for each lambda but my code runs only twice.
My code for the for loop for lambda only runs once but I need it to run for each value of lambda and save the CL value for each ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Inverse of C matrix is Inf when it shouldn't be. How do I fix the matrix? The formula to calculate C is correct. May be an issue with input c.
This code gives me an INV(C) as INF. I believe the error is within the input of c into the calculation for C matrix. When I look...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I modify my code to get rid of this error: "Index exceeds the number of array elements. Index must not exceed 1. Error in AEM614HW2Q2 (line 35) "
This is my error. Index exceeds the number of array elements (1). Error in HW2P2 (line 35) C(j,n) = 2*b/(pi*...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I return to the 2nd For loop until the if statement is met before starting the 2nd iteration of the first For loop?
This may not be a very clean way to code this but, I am trying to get the 2nd For loop to repeat until the 2nd if loop condition...
alrededor de 3 años hace | 1 respuesta | 0