photo

Hoang


Last seen: Today Active since 2025

Followers: 0   Following: 0

Statistics

Cody

0 Problems
62 Solutions

RANK
N/A
of 300.343

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8.864
of 168.172

CONTRIBUTIONS
0 Problems
62 Solutions

SCORE
738

NUMBER OF BADGES
2

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


Swap between first and last
The idea is to swap between first and last row Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

3 dagen ago

Solved


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

3 dagen ago

Solved


Swap between rows
The idea is to swap between second and second last row Ex = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5; 1 2 3 4 5; ...

3 dagen ago

Solved


Remove a specific column with max value
Remove the column that contain the max value in the matrix? If you like the problem, please give it a like:)

14 dagen ago

Solved


Remove a specific row with min value
Remove the row that contain the min value in the matrix? If you like the problem, please give it a like:)

14 dagen ago

Solved


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

14 dagen ago

Solved


Remove a specific column with min value
Remove the column that contain the min value in the matrix? If you like the problem, please give it a like:)

14 dagen ago

Solved


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

14 dagen ago

Solved


row removal
Consider a matrix and remove the first row of the matrix.

14 dagen ago

Solved


Total energy

16 dagen ago

Solved


Kinetic energy calculation

16 dagen ago

Solved


Potential energy calculation

18 dagen ago

Solved


Laws of motion 1

20 dagen ago

Solved


Laws of motion 2

20 dagen ago

Solved


Laws of motion 3

20 dagen ago

Solved


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

20 dagen ago

Solved


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

20 dagen ago

Solved


Laws of motion 6

20 dagen ago

Solved


Converts numbers into characters
Converts numbers into characters

23 dagen ago

Solved


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

23 dagen ago

Solved


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

23 dagen ago

Solved


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

23 dagen ago

Solved


to the 2 all elements
to the 2 all elements

23 dagen ago

Solved


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

23 dagen ago

Solved


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

23 dagen ago

Solved


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

23 dagen ago

Solved


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

28 dagen ago

Solved


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

28 dagen ago

Solved


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

28 dagen ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

28 dagen ago

Load more