photo

Estelle


Last seen: Today Actif depuis 2016

Followers: 0   Following: 0

Message

Professional Interests: Controls

Statistiques

All
MATLAB Answers

1 Question
0 Réponses

Cody

0 Problèmes
68 Solutions

RANG
143 450
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
9 518
of 168 373

CONTRIBUTIONS
0 Problèmes
68 Solutions

SCORE
662

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

8 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


Laws of motion 2

9 mois il y a

A résolu


Laws of motion 1

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

9 mois il y a

A résolu


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

10 mois il y a

A résolu


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 mois il y a

A résolu


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

10 mois il y a

Question


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

12 mois il y a | 1 réponse | 0

1

réponse

A résolu


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

environ 6 ans il y a

A résolu


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

environ 6 ans il y a

A résolu


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

environ 6 ans il y a

A résolu


square number
Square a number

environ 6 ans 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]

environ 6 ans il y a

Charger plus