photo

Estelle


Last seen: Today Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Professional Interests: Controls

Estadística

All
MATLAB Answers

1 Pregunta
0 Respuestas

Cody

0 Problemas
70 Soluciones

CLASIFICACIÓN
202.382
of 301.296

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.225

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
9.936
of 173.832

CONTRIBUCIONES
0 Problemas
70 Soluciones

PUNTUACIÓN
683

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace

Resuelto


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]

19 días hace

Resuelto


Add 2 Vectors

22 días hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

23 días hace

Resuelto


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

25 días hace

Resuelto


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

25 días hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Laws of motion 2

alrededor de 1 año hace

Resuelto


Laws of motion 1

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 6 años hace

Cargar más