Homework, MATLAB Programming

Assignment Help:
-The program should run always until the user enters -1 to exit from the program.
- In the main, you should ask user to input any angles in degrees (Ad) and an integer number (N).
- In the main, you should check that n is a positive integer.
-Write a function (DtoR) to convert any angle from degrees Ad to radian Ar.
-Write function (fact) to calculate the factorial of any number and return the value.
-Write a function (sinus) that accepts two parameters (angle, number of elements), calls any
needed function, and returns the sinus value for Ad. The angles variable Ad could be scalar or
vector.
- In the main, you should call a user defined function (sinus) by passing the angle (Ad) and
number of elements (N) that should be included in the sum.
-In the main, you should print the angle in degrees, the equivalent angle in radians and the sinus
value for this angle.

Related Discussions:- Homework

Image forgery detection , i have a problem in doing my project which detect...

i have a problem in doing my project which detects image forgery detection using resampling technique any one please help in writing my program

Output statements, Output Statements: disp and fprintf: The Output sta...

Output Statements: disp and fprintf: The Output statements display strings and the answers of expressions and can permit for formatting or customizing how they are exhibited.

Rules for variable names, Rules for variable names: In addition, the v...

Rules for variable names: In addition, the variable names must always be mnemonic that means they should make some sense. For illustration, if the variable is storing the radi

Plot function, The Plot Function: We will begin with a very simple gra...

The Plot Function: We will begin with a very simple graph of one point using the plot function. The script, plotonepoint, below plots only one point. To do this, at first the

Variables and assignment statements, Variables and Assignment Statements: ...

Variables and Assignment Statements: A variable is used in order to store a value in a MATLAB session, or in a program. The Workspace Window represents variables which have be

Plot the function, Consider the 3rd order Bessel function J3(x). Write a sc...

Consider the 3rd order Bessel function J3(x). Write a script findBessRoots.m that computes all the roots of J3(x) in the interval [0; 40]. Your script must store the roots of the f

Switch statement, The Switch Statement: A switch statement can frequen...

The Switch Statement: A switch statement can frequently used in place of a nested if-else or an if statement with numerous else if clauses. The Switch statements are used when

Function to threshold images - peakiness detection algorithm, 1. Write a fu...

1. Write a function to threshold your images separating the background from the foreground: Implement the "peakiness" detection algorithm described in class. The output of your

Produce a random real number, Produce a random real number: To produce...

Produce a random real number: To produce a random real number in the range from low to high, at first create the variables low and high. And then, use the expression rand*(hig

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd