Julia - MATLAB Central
photo

Julia


Last seen: 6 dagen ago Active since 2025

Followers: 0   Following: 0

Statistics

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

0 Problems
54 Solutions

RANK
N/A
of 297.711

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8.827
of 159.406

CONTRIBUTIONS
0 Problems
54 Solutions

SCORE
661

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

5 dagen ago

Solved


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

5 dagen ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

6 dagen ago

Solved


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

6 dagen ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

8 dagen ago

Solved


Mass Conversion 2

8 dagen ago

Solved


Area Conversion 1

8 dagen ago

Solved


Area Conversion 2

8 dagen ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

8 dagen ago

Solved


Energy Conversion 2

8 dagen ago

Solved


Energy Conversion 1

8 dagen ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

8 dagen ago

Solved


Temperature Conversion 2

8 dagen ago

Solved


Temperature Conversion 1

8 dagen ago

Solved


Total energy

8 dagen ago

Solved


Potential energy calculation

8 dagen ago

Solved


Kinetic energy calculation

8 dagen ago

Solved


Laws of motion 1

8 dagen ago

Solved


Laws of motion 2

8 dagen ago

Solved


Laws of motion 3

8 dagen ago

Solved


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

8 dagen ago

Solved


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

8 dagen ago

Solved


Laws of motion 6

8 dagen ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

8 dagen ago

Solved


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

8 dagen ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

8 dagen ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

8 dagen ago

Solved


Find max
Find the maximum value of a given vector or matrix.

8 dagen ago

Solved


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

8 dagen ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

8 dagen ago

Load more