Estelle - MATLAB Central
photo

Estelle


Last seen: ungefär en månad ago Active since 2016

Followers: 0   Following: 0

Message

Professional Interests: Controls

Statistics

All
CodyMATLAB AnswersFrom 02/16 to 04/25Use left and right arrows to move selectionFrom 02/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
0 Answers

Cody

0 Problems
68 Solutions

RANK
149 882
of 298 116

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 535

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8 875
of 160 402

CONTRIBUTIONS
0 Problems
68 Solutions

SCORE
662

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


Laws of motion 2

2 månader ago

Solved


Laws of motion 1

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

2 månader ago

Solved


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

3 månader ago

Solved


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

3 månader ago

Solved


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

3 månader ago

Solved


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

3 månader ago

Solved


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

3 månader ago

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

5 månader ago | 1 answer | 0

1

answer

Solved


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

mer än 5 år ago

Solved


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

mer än 5 år ago

Solved


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

mer än 5 år ago

Solved


square number
Square a number

mer än 5 år ago

Solved


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]

mer än 5 år ago

Load more