Nikhilesh - MATLAB Central
photo

Nikhilesh


Last seen: Today Con actividad desde 2024

Followers: 2   Following: 1

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

Estadística

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

Ver insignias

Feeds

Ver por

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

9 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Go to top of page