Question

MATLAB question and do not change subject. if you dont know skip I need a working...

MATLAB question and do not change subject. if you dont know skip

I need a working MATLAB code which will tell me the type of damping which is present in the system. there are 3 types of damping . use if else and give the result. take mass stiffness damping coefficient as input.

Dont post wrong answer of i will badly dislike

Homework Answers

Answer #1

`Hey,

Note: If you have any queries related to the answer please do comment. I would be very happy to resolve all your queries.

clc

clear all

close all

format long

m=input('Enter m: ');

b=input('Enter b: ');

k=input('Enter k: ');

if(b^2<4*m*k)

disp('System is underdamped');

elseif(b^2==4*m*k)

disp('System is critical damped');

else

disp('System is overdamped');

end

Kindly revert for any queries

Thanks.

Know the answer?
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
Similar Questions
MATLAB only. Dont change subject, if you dont know leave it Give me a matlab code...
MATLAB only. Dont change subject, if you dont know leave it Give me a matlab code which takes input mass , stiffness and damping from user the code will calculate natural frequency and the damping ratio use matlab dont give wrong or i will dislike badly
MATLAB question dont change subject Give the matlab code for the following, i need to find...
MATLAB question dont change subject Give the matlab code for the following, i need to find the critical damping coefficient of a system User will enter mass and stiffness and the code will print the critical damping coefficient Give working code or else i will badly downvote
MATLAB , dont change the subject Give me a MATLAB code for obtaining principal stress from...
MATLAB , dont change the subject Give me a MATLAB code for obtaining principal stress from a given tensor of stress which is input by the user. Take input from user Use tensor method to obtain stress Give only correct code and if ans is wrong slightly it will be downvoted badly
MATLAB only. Computer science, do not change subject This is matlab question. Give me a working...
MATLAB only. Computer science, do not change subject This is matlab question. Give me a working code for cramers rule the function must accept and AUGMENTED matrix and then solve if the function you give will not accept augmented matrix i will badly dislike it Answer only correctly. take test cases to find output and match
This is to be answered on MATLAB . do not change subject take a stress tensor...
This is to be answered on MATLAB . do not change subject take a stress tensor as input from the user (2D). Write the matlab code which will give me the maximum shear stress arising. Give a working code only
I AM SHARING YOU QUESTION FROM THE SUBJECT PROBABILTY KINDLY DO THIS IN PROPER STEPS AND...
I AM SHARING YOU QUESTION FROM THE SUBJECT PROBABILTY KINDLY DO THIS IN PROPER STEPS AND LABEL STEPS AS 1,2 AND 3 AND TELL BY WHICH METHOD AND CONCEPT YOU ARE SOLVING . WITHOUT LABELING THE STEPS AND TELLING METHOD THE SOLUTION IS NOT USEABLE FOR ME . PLEASE DONOT SKIP ANY STEP . DO ALL STEPS AND PLEASE DONOT FORGET TO LABEL THE STEPS AND DONT FORGET TO EXPLAIN THE QUESTION Shuffle a deck of cards and pick two...
I AM SHARING YOU QUESTION FROM THE SUBJECT PROBABILTY KINDLY DO THIS IN PROPER STEPS AND...
I AM SHARING YOU QUESTION FROM THE SUBJECT PROBABILTY KINDLY DO THIS IN PROPER STEPS AND LABEL STEPS AS 1,2 AND 3 AND TELL BY WHICH METHOD AND CONCEPT YOU ARE SOLVING . WITHOUT LABELING THE STEPS AND TELLING METHOD THE SOLUTION IS NOT USEABLE FOR ME . PLEASE DONOT SKIP ANY STEP . DO ALL STEPS AND PLEASE DONOT FORGET TO LABEL THE STEPS AND DONT FORGET TO EXPLAIN THE QUESTION You monitor three consecutive calls and classify them...
I did already posted this question before, I did get the answer but i am not...
I did already posted this question before, I did get the answer but i am not satisfied with the answer i did the code as a solution not the description as my solution, so i am reposting this question again. Please send me the code as my solution not the description In this project, build a simple Unix shell. The shell is the heart of the command-line interface, and thus is central to the Unix/C programming environment. Mastering use of...
Personally reflect on how you as a supervisor/manager can apply the "takeaways" from these topics. According...
Personally reflect on how you as a supervisor/manager can apply the "takeaways" from these topics. According to Webster's dictionary, Ethics are an area of study that deals with ideas about what is good and bad behavior: a branch of philosophy dealing with what is morally right or wrong. Business Ethics is then the application of ethics to business practices and decision-making in business. You don't need to learn the difference between right and wrong ... but rather how to apply...
New Wave Music New Wave Music is an international company that develops music software that is...
New Wave Music New Wave Music is an international company that develops music software that is used to compose music, play recordings in clubs, and produce albums. Founder and CEO Moritz Halbach is the company’s biggest fan. He said “I started this company from nothing, just me, my ideas, and my computer. I love music---love playing music, love writing programs for making music, love listening to music---and the money is nice, too.” Moritz says that he never wanted to work...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT