Community Profile

photo

Divyaprakash


Indian Institute of Technology Delhi

Last seen: 9 giorni fa Attivo dal 2020

Followers: 0   Following: 0

PhD Student Applied Mechanics

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

Statistiche

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

Visualizza badge

Feeds

Visto da

Domanda


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

30 giorni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


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 mesi fa | 1 risposta | 0

1

risposta

Inviato


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

4 mesi fa | 3 download |

Thumbnail

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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

5 mesi fa

Inviato


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

5 mesi fa | 3 download |

Inviato


Collatz Conjecture
Visualization of the Collatz conjecture

oltre un anno fa | 1 download |

Thumbnail

Inviato


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

quasi 2 anni fa | 1 download |

Inviato


Boundary Element Method
Two-dimensional boundary element solver

quasi 2 anni fa | 13 download |

Thumbnail

Inviato


Midpoint Method
Solves IVP using the Midpoint method

quasi 2 anni fa | 2 download |

Thumbnail

Inviato


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

circa 2 anni fa | 1 download |

Inviato


Potential Flow
Plots planar irrotational flows using the superposition principle

circa 2 anni fa | 4 download |

Thumbnail

Inviato


Secant Method
Calculates the root of a function

circa 2 anni fa | 1 download |

Thumbnail

Inviato


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

circa 2 anni fa | 1 download |

Inviato


projectile_distance
Calculates the horizontal distance traveled by a projectile

circa 2 anni fa | 1 download |

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 2 anni fa

Inviato


Richardson Extrapolation
Calculates approximation using Richardson's extrapolation

oltre 2 anni fa | 13 download |

Inviato


Bisection Method
Calculates the root of a function

oltre 2 anni fa | 1 download |

Thumbnail

Inviato


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

oltre 2 anni fa | 1 download |

Inviato


flow_visualization
Plots streamlines, streaklines and pathlines

oltre 2 anni fa | 7 download |

Thumbnail

Inviato


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

oltre 2 anni fa | 12 download |

Thumbnail

Risolto


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

oltre 2 anni fa

Inviato


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

oltre 2 anni fa | 2 download |

Inviato


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

oltre 2 anni fa | 1 download |

Inviato


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

oltre 2 anni fa | 2 download |

Carica altro