photo

Divyaprakash


Last seen: 22 jours il y a Actif depuis 2020

Followers: 0   Following: 0

PhD Student Applied Mechanics

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

Statistiques

All
MATLAB Answers

5 Questions
0 Réponses

File Exchange

27 Fichiers

Cody

0 Problèmes
14 Solutions

RANG
146 227
of 299 737

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
5 161 of 20 791

RÉPUTATION
254

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
27 Fichiers

TÉLÉCHARGEMENTS
48

ALL TIME TÉLÉCHARGEMENTS
2334

RANG
30 402
of 165 604

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
159

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE 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

Afficher les badges

Feeds

Afficher par

A soumis


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

environ un an il y a | 1 téléchargement |

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

plus d'un an il y a | 1 réponse | 0

1

réponse

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

plus d'un an il y a | 1 réponse | 0

1

réponse

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

plus d'un an il y a | 1 réponse | 0

1

réponse

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

plus d'un an il y a | 1 réponse | 0

1

réponse

A soumis


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

plus d'un an il y a | 1 téléchargement |

0.0 / 5
Thumbnail

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

presque 2 ans il y a

A résolu


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]

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A soumis


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

presque 2 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Collatz Conjecture
Visualization of the Collatz conjecture

environ 3 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

environ 3 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Boundary Element Method
Two-dimensional boundary element solver

plus de 3 ans il y a | 8 téléchargements |

0.0 / 5
Thumbnail

A soumis


Midpoint Method
Solves IVP using the Midpoint method

plus de 3 ans il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 5 téléchargements |

0.0 / 5

A soumis


Potential Flow
Plots planar irrotational flows using the superposition principle

plus de 3 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Secant Method
Calculates the root of a function

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


projectile_distance
Calculates the horizontal distance traveled by a projectile

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A soumis


Richardson Extrapolation
Calculates approximation using Richardson's extrapolation

plus de 3 ans il y a | 3 téléchargements |

0.0 / 5

A soumis


Bisection Method
Calculates the root of a function

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


flow_visualization
Plots streamlines, streaklines and pathlines

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 3 téléchargements |

0.0 / 5
Thumbnail

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

presque 4 ans il y a

A soumis


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

presque 4 ans il y a | 1 téléchargement |

0.0 / 5

Charger plus