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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 0

