Sibi - MATLAB Central
photo

Sibi


Last seen: 12 días hace Con actividad desde 2020

Followers: 0   Following: 0

Mensaje

Research scholar at VIT

Estadística

All
CodyMATLAB AnswersFrom 10/20 to 01/25Use left and right arrows to move selectionFrom 10/20Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
23
of 156.437

CONTRIBUCIONES
34 Problemas
3003 Soluciones

PUNTUACIÓN
32.042

NÚMERO DE INSIGNIAS
53

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • 3 Month Streak
  • Revival Level 1
  • Magic Numbers Master
  • Matrix Patterns I Master
  • Number Manipulation I Master
  • Indexing III Master
  • Magic Numbers II Master
  • Indexing II Master
  • Matrix Patterns II Master
  • Matrix Patterns III Master

Ver insignias

Feeds

Ver por

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 3 años hace

Resuelto


Number Puzzles - 001

casi 4 años hace

Respondida
How can i merge arrays without certain value?
x=[0, 212]; y=[22, 0, 0, 233] ; z=[0, 0,33]; xn=length(x) ;yn=length(y);zn=length(z); l=max([xn yn zn]); o=[x zeros(1,l-xn)...

alrededor de 4 años hace | 1

| aceptada

Resuelto


Forward Substitution
Solve a lower triangular linear set of equations as described in the following link: http://www.people.virginia.edu/~teh1m/cody/...

alrededor de 4 años hace

Resuelto


Backward Substitution
Solve a upper triangular linear set of equations as described in the following link: http://www.people.virginia.edu/~teh1m/cody/...

alrededor de 4 años hace

Resuelto


polar inertia
given locations of a set of unit masses on complex plane, find polar moment of inerta about the origin. for example output 4 if ...

alrededor de 4 años hace

Resuelto


Size of this cup?
The given vector has diameter of the cup in mm sampled at micrometer increments in depth from top to bottom, need output in cc a...

alrededor de 4 años hace

Resuelto


New Cody Time-Out Time
Determine the New Cody Time-Out Time Consume the Maximum Possible Time without Timing out. *Score:* 60 (sec) - Time (sec) ...

alrededor de 4 años hace

Resuelto


edge detection
write a function that gives the indexes of rising or falling edge x is a vector (assume it contains always at least one eleme...

alrededor de 4 años hace

Resuelto


Find the worst traffic yesterday

alrededor de 4 años hace

Resuelto


Four quadrant inverse tangent function.
Create a function that returns an array P the same size as X and Y containing the element-by-element, four-quadrant inverse tang...

alrededor de 4 años hace

Resuelto


Fizz Buzz
Given an array of positive, non-zero, integers, return a cell array of strings the same size as the input, where each element in...

alrededor de 4 años hace

Resuelto


random picture with random colours
write a function which creates a random(x,y) matrix with random RGB colours for example create_pic(5,5) gives us a 3d matrix. ...

alrededor de 4 años hace

Resuelto


Infernal Recursion
Consider the recursion relation: x_n = (x_(n-1)*x_(n-2))^k Given x_1, x_2, and k, x_n can be found by this definition. Wr...

alrededor de 4 años hace

Resuelto


Classification metrics

alrededor de 4 años hace

Resuelto


Gray Image

alrededor de 4 años hace

Resuelto


Flip the Image

alrededor de 4 años hace

Resuelto


Swap Red and Blue

alrededor de 4 años hace

Resuelto


Ohmic Heating

alrededor de 4 años hace

Problema


Ohmic Heating

alrededor de 4 años hace | 0 | 33 solvers

Resuelto


Find the efficiency

alrededor de 4 años hace

Problema


Find the efficiency

alrededor de 4 años hace | 1 | 32 solvers

Resuelto


Malus’ Law ???? between polarizations

alrededor de 4 años hace

Problema


Malus’ Law ???? between polarizations

alrededor de 4 años hace | 1 | 11 solvers

Resuelto


Find the electric field in the wire

alrededor de 4 años hace

Problema


Find the electric field in the wire

alrededor de 4 años hace | 1 | 24 solvers

Resuelto


find the index of local minimum in the matrix

alrededor de 4 años hace

Problema


find the index of local minimum in the matrix

alrededor de 4 años hace | 1 | 31 solvers

Resuelto


Find the magnetic field in sollinoid

alrededor de 4 años hace

Problema


Find the magnetic field in sollinoid

alrededor de 4 años hace | 1 | 16 solvers

Cargar más

Go to top of page