Nikhilesh - MATLAB Central
photo

Nikhilesh


Last seen: 1 jour il y a Actif depuis 2024

Followers: 2   Following: 1

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

Statistiques

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

Afficher les badges

Feeds

Afficher par

A résolu


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 mois il y a

A résolu


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 mois il y a

A résolu


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

9 mois il y a

A résolu


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 mois il y a

A résolu


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 mois il y a

Go to top of page