Estelle - MATLAB Central
photo

Estelle


Last seen: 15일 전 2016년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Controls

통계

All
CodyMATLAB AnswersFrom 02/16 to 03/25Use left and right arrows to move selectionFrom 02/16Use left and right arrows to move left selectionTo 03/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 질문
0 답변

Cody

0 문제
68 답안

순위
200,600
of 297,775

평판
0

참여
1 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,469

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
8,828
of 159,513

참여
0 문제
68 답안

점수
662

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


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

대략 1개월 전

문제를 풀었습니다


Laws of motion 2

대략 2개월 전

문제를 풀었습니다


Laws of motion 1

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

대략 2개월 전

문제를 풀었습니다


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

2개월 전

문제를 풀었습니다


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

2개월 전

문제를 풀었습니다


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

2개월 전

문제를 풀었습니다


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

2개월 전

문제를 풀었습니다


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

2개월 전

질문


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개월 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


square number
Square a number

5년 초과 전

문제를 풀었습니다


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]

5년 초과 전

더 보기