Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATLAB Programming Write a program to Print a triangle shape with '$' symbols for 10 rows using for loop Write a program to Calculate the
MATLAB Programming
- Write a program to Print a triangle shape with '$' symbols for 10 rows using for loop
- Write a program to Calculate the wages of employee. You have to provide the hourly rate and number of hours worked as input. If the hours is greater than 40 then double the wage, if not just calculate the wage by multiplying the hours with the rate.
- Write a program to check the Fuel level if the fuel level is more than 3/4th then it should say No need to stop for Gas, if the fuel level is less than 1/4th then it should warn to stop for Gas.
- Write a program to display the grade level for the student using Switch statement like a is very good , good, pass, not good, bad.
- Write a program to calculate the maturity amount using the structure, you have to get the values balance, interest rate and term (number of months until maturity).
- Plot the functions f(x) = 1/x and g(x) = 1+sin(x)cos(x) from x=1 to x=2 with interval 0.01 Add a legend instruction, label and title to the plot also customize the plot color and sign.
- Create a 4x4 matrix using Magic function and perform transverse, sort and inverse operations on that and show the result for all the operations. Also pick the center 2x2 structuring element of the matrix and assign 2 to all the elements which are in the 2x2 structuring element
- Write a function to convert Fahrenheit to Celsius
- Write a program using class to get the date, and say Happy Birthday if it is Birthday.
- Write a Matlab program to create a table of students information with student name, id, DOB, Major of study using structure concept. It should have at least details of 5 students.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started