Community Profile

photo

Kyle


Embry Riddle Aeronautical University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 3 answers | 0

3

answers

Question


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

13 years ago | 3 answers | 1

3

answers

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 2 answers | 1

2

answers

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 3 answers | 0

3

answers

Question


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

13 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 2 answers | 1

2

answers