photo

Divyaprakash


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

PhD Student Applied Mechanics

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

Statistics

All
MATLAB Answers

5 Questions
0 Answers

File Exchange

27 Files

Cody

0 Problems
14 Solutions

RANK
193,758
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
5,117 of 20,928

REPUTATION
258

AVERAGE RATING
5.00

CONTRIBUTIONS
27 Files

DOWNLOADS
40

ALL TIME DOWNLOADS
2371

RANK
30,822
of 168,212

CONTRIBUTIONS
0 Problems
14 Solutions

SCORE
159

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Submitted


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

1 year ago | 1 download |

0.0 / 5

Question


gmsh .m files, reading boundaries
Is it possible to export the boundary information when exporting gmsh mesh. I want to apply forces to certain boundaries in the ...

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Submitted


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

2 years ago | 1 download |

0.0 / 5
Thumbnail

Solved


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

2 years ago

Solved


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]

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Submitted


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

2 years ago | 1 download |

0.0 / 5

Submitted


Collatz Conjecture
Visualization of the Collatz conjecture

3 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

3 years ago | 1 download |

0.0 / 5

Submitted


Boundary Element Method
Two-dimensional boundary element solver

3 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Midpoint Method
Solves IVP using the Midpoint method

3 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

3 years ago | 1 download |

0.0 / 5

Submitted


Potential Flow
Plots planar irrotational flows using the superposition principle

3 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Secant Method
Calculates the root of a function

4 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

4 years ago | 1 download |

0.0 / 5

Submitted


projectile_distance
Calculates the horizontal distance traveled by a projectile

4 years ago | 1 download |

0.0 / 5

Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Submitted


Richardson Extrapolation
Calculates approximation using Richardson's extrapolation

4 years ago | 4 downloads |

0.0 / 5

Submitted


Bisection Method
Calculates the root of a function

4 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

4 years ago | 1 download |

0.0 / 5

Submitted


flow_visualization
Plots streamlines, streaklines and pathlines

4 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

4 years ago | 7 downloads |

0.0 / 5
Thumbnail

Solved


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

4 years ago

Submitted


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

4 years ago | 1 download |

0.0 / 5

Load more