Answered step by step
Verified Expert Solution
Link Copied!

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

  1. Write a program to Print a triangle shape with '$' symbols for 10 rows using for loop

  1. 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.

  1. 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.

  1. Write a program to display the grade level for the student using Switch statement like a is very good , good, pass, not good, bad.

  1. 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).

  1. 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.

  1. 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

  1. Write a function to convert Fahrenheit to Celsius

  1. Write a program using class to get the date, and say Happy Birthday if it is Birthday.

  1. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems For Advanced Applications 27th International Conference Dasfaa 2022 Virtual Event April 11 14 2022 Proceedings Part 2 Lncs 13246

Authors: Arnab Bhattacharya ,Janice Lee Mong Li ,Divyakant Agrawal ,P. Krishna Reddy ,Mukesh Mohania ,Anirban Mondal ,Vikram Goyal ,Rage Uday Kiran

1st Edition

3031001257, 978-3031001253

More Books

Students also viewed these Databases questions