Resuelto


Volume of cone

más de 5 años hace

Resuelto


03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)

más de 5 años hace

Resuelto


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

más de 5 años hace

Resuelto


02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...

más de 5 años hace

Resuelto


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

más de 5 años hace

Resuelto


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

más de 5 años hace

Resuelto


Find the sum of n squares
What is the sum of the squares of the first n integers?

más de 5 años hace

Resuelto


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

más de 5 años hace

Resuelto


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

más de 5 años hace

Resuelto


04 - Scalar Equations 1
Define the variable a: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> Use this to calculate x: <<http://samle.dk/STTBD...

más de 5 años hace

Resuelto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

más de 5 años hace

Resuelto


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

más de 5 años hace

Resuelto


Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...

más de 5 años hace

Resuelto


Find Logic 19

más de 5 años hace

Resuelto


Find Logic 18

más de 5 años hace

Resuelto


Find Logic 15

más de 5 años hace

Resuelto


Find Logic 10

más de 5 años hace

Resuelto


Find Logic 8

más de 5 años hace

Resuelto


Add two hex numbers
Add two hex numbers

más de 5 años hace

Resuelto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

más de 5 años hace

Resuelto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

más de 5 años hace

Resuelto


Determine the length of a string of characters
Determine the length of a string of characters

más de 5 años hace

Resuelto


Calculate volume of box
Calculate the volume of box,hiven its sides

más de 5 años hace

Resuelto


Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

más de 5 años hace

Resuelto


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

más de 5 años hace

Resuelto


Box!
Given a box, find the volume of the cube. With each side = a.

más de 5 años hace

Resuelto


Square root of a number
Write a code that will output the square root of x.

más de 5 años hace

Resuelto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

más de 5 años hace

Cargar más