SHIVAM SUNDRIYAL
Followers: 0 Following: 0
Statistiques
0 Problèmes
268 Solutions
RANG
8 961
of 301 914
RÉPUTATION
4
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 457
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...
plus de 5 ans il y a
A résolu
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
plus de 5 ans il y a
A résolu
Matrix multiplication
Multiply two incoming matrices via matrix multiplication
plus de 5 ans il y a
A résolu
Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.
plus de 5 ans il y a
A résolu
Find remainder when x is divided by 3
Find remainder when x is divided by 3
plus de 5 ans il y a
A résolu
Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?
plus de 5 ans il y a
A résolu
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
plus de 5 ans il y a
A résolu
Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...
plus de 5 ans il y a
A résolu
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
plus de 5 ans il y a
A résolu
Matlab Basics - Switching Assignments
Switch assignments for variables x and y, for example start with x = 1 and y = 3 end with y = 1 and x = 3 Do NOT simply r...
plus de 5 ans il y a
A résolu
Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2
plus de 5 ans il y a
A résolu
Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]
plus de 5 ans il y a
A résolu
Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]
plus de 5 ans il y a
A résolu
CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5
presque 6 ans il y a
A résolu
Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...
presque 6 ans il y a
A résolu
Square root of a number
Write a code that will output the square root of x.
presque 6 ans il y a
A résolu
Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416
presque 6 ans il y a
A résolu
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
presque 6 ans il y a
A résolu
Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]
presque 6 ans il y a



