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 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...
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...
Team 5 answer the questions What are 4 key things you learned about the topic from...
Team 5 answer the questions What are 4 key things you learned about the topic from reading their paper? How does the topic relate to you and your current or past job? Critique the paper in terms of the organization and quality. Incentive Systems             In this paper, we will focus primarily on financial rewards that companies use to attract, retain and motivate the brightest and most talented candidates in the labor market. By providing a reward system that...
The Business Case for Agility “The battle is not always to the strongest, nor the race...
The Business Case for Agility “The battle is not always to the strongest, nor the race to the swiftest, but that’s the way to bet ’em!”  —C. Morgan Cofer In This Chapter This chapter discusses the business case for Agility, presenting six benefits for teams and the enterprise. It also describes a financial model that shows why incremental development works. Takeaways Agility is not just about the team. There are product-management, project-management, and technical issues beyond the team’s control. Lean-Agile provides...