Problème


If
If a more than zero, then b = true.

2 mois il y a | 0 | 138 solveurs

A résolu


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

2 mois il y a

A résolu


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

2 mois il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

2 mois il y a

A résolu


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

3 mois il y a

A résolu


Multiplying the Sums of Two Arrays
Get two arrays, add the values within the array up, and then multiply the two total values. [2,3]*[3,6] 5*18 90

3 mois il y a

A résolu


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

3 mois il y a

Problème


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

3 mois il y a | 0 | 89 solveurs

A résolu


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

3 mois il y a

Problème


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

3 mois il y a | 0 | 88 solveurs

A résolu


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

3 mois il y a

Problème


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

3 mois il y a | 0 | 86 solveurs

A résolu


Basic Physics VII
Calculate the speed.

3 mois il y a

Problème


Basic Physics VII
Calculate the speed.

3 mois il y a | 0 | 87 solveurs

A résolu


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

3 mois il y a

Problème


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

3 mois il y a | 0 | 88 solveurs

A résolu


Square a Number
Given an input x, return y, which is equal to the square of x.

3 mois il y a

A résolu


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

3 mois il y a

A résolu


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3 mois il y a

A résolu


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

3 mois il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

3 mois 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]

3 mois il y a

A résolu


Basic Physics V
Calculate the Weight (w).

3 mois il y a

Problème


Basic Physics V
Calculate the Weight (w).

3 mois il y a | 0 | 92 solveurs

A résolu


Create a vector
Create a vector from 0 to n by intervals of 2.

3 mois il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Basic Physics V
Calculate the Work.

3 mois il y a

Problème


Basic Physics V
Calculate the Work.

3 mois il y a | 0 | 97 solveurs

A résolu


Basic Physics III
Calculate the Potential Energy (PE).

3 mois il y a

Charger plus