Feeds
提问
How to define a function?
I am trying to define DY, which is the derivative of Y by using the "diff" command and "matlabFunction()" in order to evaluate Y...
8 years 前 | 2 个回答 | 0
2
个回答提问
Please help with this function
Create a function called translate(dx,dy). Be sure your function suppresses all output, as we will want to use it later inside ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How would I create a function for this?
Create a function called translate(dx,dy). Be sure your function suppresses all output, as we will want to use it later inside ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to fix an infinite recursion?
The assignment is to write a function that will search for a key in a vector and return the indices of all occurrences of the ke...
9 years 前 | 2 个回答 | 0
2
个回答提问
How do I fix my code so that the x and y equations run?
g=9.81 v0=5 theta0=15:15:75 t=0:(1/128):3 x=v0.*cosd(theta0).*t y=v0.*sind(theta0).*t-(0.5....
9 years 前 | 3 个回答 | 0

