美倩 - MATLAB Central
photo

美倩


Last seen: 3 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 12/24 to 04/25Use left and right arrows to move selectionFrom 12/24Use 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%
Cody

0 Problems
160 Solutions

RANK
N/A
of 298 204

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1 507
of 160 571

CONTRIBUTIONS
0 Problems
160 Solutions

SCORE
1 650

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

4 månader ago

Solved


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

4 månader ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

4 månader ago

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

4 månader ago

Solved


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

4 månader ago

Solved


Sum of series VIII

4 månader ago

Solved


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

4 månader ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

4 månader ago

Solved


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

4 månader ago

Solved


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

4 månader ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

4 månader ago

Solved


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

4 månader ago

Solved


Temperature Conversion 1

4 månader ago

Solved


to the 2 all elements
to the 2 all elements

4 månader ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

4 månader ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

4 månader ago

Solved


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

4 månader ago

Solved


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

4 månader ago

Solved


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

4 månader ago

Solved


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

4 månader ago

Solved


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

4 månader ago

Solved


Kinetic energy calculation

4 månader ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

4 månader ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

4 månader ago

Solved


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

4 månader ago

Solved


Laws of motion 2

4 månader ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

4 månader ago

Solved


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

4 månader ago

Solved


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

4 månader ago

Solved


Laws of motion 1

4 månader ago

Load more