photo

Estelle


Last seen: ein Tag vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Professional Interests: Controls

Statistik

All
MATLAB Answers

1 Frage
0 Antworten

Cody

0 Probleme
70 Lösungen

RANG
195.532
of 301.195

REPUTATION
0

BEITRÄGE
1 Frage
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.190

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
9.925
of 173.322

BEITRÄGE
0 Probleme
70 Lösungen

PUNKTESTAND
683

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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]

4 Tage vor

Gelöst


Add 2 Vectors

7 Tage vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

8 Tage vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 Tage vor

Gelöst


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

10 Tage vor

Gelöst


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

etwa ein Jahr vor

Gelöst


Linear system of equations
Solve the system of equations in three variables.

etwa ein Jahr vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


How to calculate the length of a triangle's side given two angles and one side
You are given a triangle with angles alpha, beta and gamma and sides a opposite alpha, b opposite beta and c opposite gamma. ...

etwa ein Jahr vor

Gelöst


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

etwa ein Jahr vor

Gelöst


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

etwa ein Jahr vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

etwa ein Jahr vor

Gelöst


Laws of motion 2

etwa ein Jahr vor

Gelöst


Laws of motion 1

etwa ein Jahr vor

Gelöst


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

etwa ein Jahr vor

Gelöst


Find the max element of the array
Find the max element of the array

etwa ein Jahr vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

etwa ein Jahr vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

etwa ein Jahr vor

Gelöst


Double all elements in the array
Duplicate all elements in the array

etwa ein Jahr vor

Gelöst


Convert radians to degrees
Given input in radians, output to degrees

etwa ein Jahr vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa ein Jahr vor

Gelöst


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

etwa ein Jahr vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa ein Jahr vor

Frage


Get an Error connecting LEGO Mindstorms EV3 via bluetooth with MATLAB but can connect with Simulink; How do I fix this?
The Matlab syntax is myev3 = legoev3('bluetooth','COM6'); The error generated by the compiler is Error using legoev3 (line 1...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


length of a vector
Find twice the length of a given vector.

mehr als 6 Jahre vor

Gelöst


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

mehr als 6 Jahre vor

Mehr laden