Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

You are given the transfer function below. Write the proper Matlab code to compu

ID: 3695368 • Letter: Y

Question

You are given the transfer function below. Write the proper Matlab code to compute the Quotient of this expression. H(x) = 9x^3 - 5x^2 + 3x + 7/6x^2 - x + 2 = Answer: Solve the following problem using ONLY MATLAB CODE! The mechanical work W done in using a force F to push a block through a distance D is W = f *D. The following table gives data on the amount of force used to push a block through the given distance over five segments of a certain path. The force varies because oI the differing friction properties of the surface. SOLUTION:

Explanation / Answer

1)))))))))))))) ans...

go to matlab command window and type the following command

>>mupad

then it opens mupad interface .

go to command bar-> general math-> polynomials ->divide

type the following code in the mupad notebook

divide(9*x^3-5*x^2+3*x+7,6*x^2-x+2)

2)))))))) ans

f=[400,550,700,500,600]

d=[3,0.5,0.75,1.5,5]

for i=1:5

w(i)=f(i)*d(i)

fprintf('workdone %d ',w(i));

end

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote