Community Profile

photo

Divyaprakash


Indian Institute of Technology Delhi

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

PhD Student Applied Mechanics

Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi

Estadísticas

All
  • Thankful Level 2
  • MATLAB Flipbook Mini Hack Participant
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • MATLAB Central Treasure Hunt Finisher
  • First Submission
  • First Review
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


Creating hollow sphere mesh with tetrahedral elements
With the help of this file in file exchange I am creating points on the inner and outer surface of a hollow sphere. clear; clc;...

27 días hace | 1 respuesta | 0

1

respuesta

Pregunta


Colormaps for plotting lines whose values vary cyclically.
I have let's say 12 lines and each of these correspond to a different value which repeats periodically. In short it means that t...

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Two colormaps in a figure
I have some elements in the foreground over a fluid domain. I want a colormap for the contourf plot showing the fluid velocity a...

3 meses hace | 1 respuesta | 0

1

respuesta

Enviada


Smoothed Dirac Delta Function
Compute the Dirac delta function at point x with mesh width h

3 meses hace | 3 descargas |

Thumbnail

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

5 meses hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

5 meses hace

Resuelto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

5 meses hace

Resuelto


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

5 meses hace

Enviada


cellwrite
Writes a cell array containing cells with a variable number of columns to a text file.

5 meses hace | 3 descargas |

Enviada


Collatz Conjecture
Visualization of the Collatz conjecture

más de 1 año hace | 1 descarga |

Thumbnail

Enviada


Cofactors (signed minors)
Calculates the co-factors of each element of a matrix

casi 2 años hace | 1 descarga |

Enviada


Boundary Element Method
Two-dimensional boundary element solver

casi 2 años hace | 15 descargas |

Thumbnail

Enviada


Midpoint Method
Solves IVP using the Midpoint method

casi 2 años hace | 2 descargas |

Thumbnail

Enviada


The Jacobi Method
Solves a system of equations using the Jacobi method

alrededor de 2 años hace | 1 descarga |

Enviada


Potential Flow
Plots planar irrotational flows using the superposition principle

alrededor de 2 años hace | 4 descargas |

Thumbnail

Enviada


Secant Method
Calculates the root of a function

alrededor de 2 años hace | 1 descarga |

Thumbnail

Enviada


Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule

alrededor de 2 años hace | 1 descarga |

Enviada


projectile_distance
Calculates the horizontal distance traveled by a projectile

alrededor de 2 años hace | 1 descarga |

Resuelto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

más de 2 años hace

Resuelto


Find max
Find the maximum value of a given vector or matrix.

más de 2 años hace

Resuelto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

más de 2 años hace

Enviada


Richardson Extrapolation
Calculates approximation using Richardson's extrapolation

más de 2 años hace | 13 descargas |

Enviada


Bisection Method
Calculates the root of a function

más de 2 años hace | 1 descarga |

Thumbnail

Enviada


Numerical Integration using Finite Sum
Approximates an integral by a finite sum

más de 2 años hace | 1 descarga |

Enviada


flow_visualization
Plots streamlines, streaklines and pathlines

más de 2 años hace | 7 descargas |

Thumbnail

Enviada


Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution

más de 2 años hace | 13 descargas |

Thumbnail

Resuelto


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

más de 2 años hace

Enviada


Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod

más de 2 años hace | 2 descargas |

Enviada


smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system

más de 2 años hace | 4 descargas |

Enviada


taylor_series
Returns the Taylor series and its evaluation at a point.

más de 2 años hace | 2 descargas |

Cargar más