Kyle
Embry Riddle Aeronautical University
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
9.417
of 300.352
REPUTACIÓN
2
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.928
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
Printing arrays based on index
Im having trouble figuring out why my print statement wont print the first index of several different arrays on one line, the se...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get indexing to start at 0?
I'm having trouble getting matlab to index at zero. I need nn and mm to start at zero but i get a error for subscripts. I know...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
SSS Triangle functions, need output help
My function is outputting ang1, ang2, and ang3 in addition to my fprintf statements, why? and how to i fix it? Question asks for...
más de 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Input/Output Function's, need content and display help
Im creating a function to output future value of invested money by F=P*(1+(i/1200))^n, where i us interest rate, P is initial in...
más de 14 años hace | 3 respuestas | 1
3
respuestasPregunta
sequential files(write, read ,append)?
I'm having trouble understanding why my program wont work. I'm given an array of numbers. This is what i should be getting 45 6...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a function to calculate hyperbolic's then graph them?
I need some advice about graphing the hyperbolic sin, cos and tan. Can you create a plot inside a function? well heres what i ha...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Cross product of two vectors(function)
I need to create a function that calculates the cross product of two vectors V1 and V2. V1 X V2=(Vy1*Vz2 - Vy2*Vz1)i + (Vz1*V...
más de 14 años hace | 2 respuestas | 1
2
respuestasPregunta
While Loops- Flaps Problem, need advice
I have a program that sets the flaps on an airplane(Theoretically) up and down 5 degrees each time, but when i get to 30 is shou...
más de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Use while loops for a function to keep asking for inputs, until an invalid input is entered
Ok i have 4 problems based off of this one topic. y(x)=ln(1/(1-x)), Evaluate the function for any user specified value of x. Us...
más de 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Creating tables from a program?
Ok the question was, Write the MATLAB statements required to calculate and print out the squares of all even integers from from ...
más de 14 años hace | 2 respuestas | 0
2
respuestasPregunta
"for" loops and branching help
I'm having trouble solving this question: Write the MATLAB statements required to calculate y(t) from the equation y(t) = -3*t...
más de 14 años hace | 2 respuestas | 1
