Julia - MATLAB Central
photo

Julia


Last seen: Today 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
56 Solutions

RANK
N/A
of 297.716

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8.831
of 159.428

CONTRIBUTIONS
0 Problems
56 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


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

ongeveer 4 uur ago

Solved


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

ongeveer 4 uur ago

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

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

6 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]; ...

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

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

9 dagen ago

Solved


Mass Conversion 2

9 dagen ago

Solved


Area Conversion 1

9 dagen ago

Solved


Area Conversion 2

9 dagen ago

Solved


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

9 dagen ago

Solved


Energy Conversion 2

9 dagen ago

Solved


Energy Conversion 1

9 dagen ago

Solved


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

9 dagen ago

Solved


Temperature Conversion 2

9 dagen ago

Solved


Temperature Conversion 1

9 dagen ago

Solved


Total energy

9 dagen ago

Solved


Potential energy calculation

9 dagen ago

Solved


Kinetic energy calculation

9 dagen ago

Solved


Laws of motion 1

9 dagen ago

Solved


Laws of motion 2

9 dagen ago

Solved


Laws of motion 3

9 dagen ago

Solved


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

9 dagen ago

Solved


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

9 dagen ago

Solved


Laws of motion 6

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

9 dagen ago

Solved


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

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

9 dagen ago

Solved


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

9 dagen ago

Solved


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

9 dagen ago

Load more