Feeds
提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
14 years 前 | 3 个回答 | 0
3
个回答提问
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...
14 years 前 | 3 个回答 | 1
3
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答提问
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...
14 years 前 | 2 个回答 | 1
2
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答提问
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...
14 years 前 | 3 个回答 | 0
3
个回答提问
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 ...
14 years 前 | 2 个回答 | 0
2
个回答提问
"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...
14 years 前 | 2 个回答 | 1