Nikhilesh - MATLAB Central
photo

Nikhilesh


Last seen: Today Active since 2024

Followers: 2   Following: 1

Electrical engineering student | Robotics Enthusiast | MATLAB | SIMULINK | ELECTRICAL SYSTEMS

Statistics

All
CodyFile ExchangeFrom 06/24 to 03/25Use left and right arrows to move selectionFrom 06/24Use 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%
  • Personal Best Downloads Level 4
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • GitHub Submissions Level 1
  • First Submission

View badges

Feeds

View by

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

9 months 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 months ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 months ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

9 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

9 months ago

Go to top of page