photo

Hoang


Last seen: 4 days ago Active since 2025

Followers: 0   Following: 0

Statistics

Cody

0 Problems
62 Solutions

RANK
N/A
of 300,392

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,872
of 168,335

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

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

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

7 days 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:)

18 days 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:)

18 days 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 :)

18 days 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:)

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

18 days ago

Solved


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

18 days ago

Solved


Total energy

20 days ago

Solved


Kinetic energy calculation

20 days ago

Solved


Potential energy calculation

22 days ago

Solved


Laws of motion 1

24 days ago

Solved


Laws of motion 2

24 days ago

Solved


Laws of motion 3

24 days ago

Solved


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

24 days ago

Solved


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

24 days ago

Solved


Laws of motion 6

24 days ago

Solved


Converts numbers into characters
Converts numbers into characters

27 days ago

Solved


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

27 days ago

Solved


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

27 days ago

Solved


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

27 days ago

Solved


to the 2 all elements
to the 2 all elements

27 days ago

Solved


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

27 days ago

Solved


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

27 days ago

Solved


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

27 days 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) ...

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

1 month 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

1 month ago

Solved


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

1 month ago

Load more