Question

10. When a constant voltage was applied to a certain motor initially at rest, its r measured. The data appears in the following table: Time (sec) 8 10 6 915 3010 -o.SE) Speed (rpm) 1210 1866 2301 2564 2724 2881 2879 - Determine whether the following function can deseribe the data. s(t) 30200 11. The outpu t of the MATLAB atan2 function is in radians. Write a function called atan ni atan2ftn is in rad

SOLVE QUESTION 10 MATLAB.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The screenshot of the MATLAB code is attached below -

MATLAB R2017a - academic use Search Documentation Log In MATLAB Command Window syms t >> s(t)#3020*(1-exp (-0.5*t)) 8 (t) 3020 3020 exp (-t/2) >> fprintf ( %12. 9f , s (1) ) 1188.277407668>> >> fprintf ( %12. 9f , 3 (2) ) 1909.004087662>> >> fprintf ( %12. 9f , 3 (3) ) 2346.146916352>> >> fprintf ( %12. 9f , 3 (4) ) 2611.287444625>> >> fprintf ( %12. 9f , s (5) ) 2772.103304156>> >7 >> fprintf ( %12. 9f , s (6) ) 2869.643053529>> >7 >> fprintf ( %12. 9f , s (7) ) 2928.803902065 >> fprintf ( %12. 9f , s (8) ) 2964.686770556>> >> fprintf ( %12. 9f , 3 (10) ) 2999.651400063» A 23:03 09-12-2018

After creating the function s(t), the values of s(1), s(2).... etc comes in terms of exp. To bring the answer to the normal form, %12.9f is used. % on the left and f on the right means fixed-point type format. 12 is the total width and 9 is the number of digits after the decimal point.

As can be seen from the outputs obtained, given function s(t) doesn't satisfy the table given.

Add a comment
Know the answer?
Add Answer to:
SOLVE QUESTION 10 MATLAB. 10. When a constant voltage was applied to a certain motor initially...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT