Divyaprakash
Indian Institute of Technology Delhi
Followers: 0 Following: 0
PhD Student Applied Mechanics
Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Feeds
已提交
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
4 months 前 | 5 次下载 |
提问
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 ...
7 months 前 | 1 个回答 | 0
1
个回答提问
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;...
8 months 前 | 1 个回答 | 0
1
个回答提问
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...
9 months 前 | 1 个回答 | 0
1
个回答提问
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...
10 months 前 | 1 个回答 | 0
1
个回答已提交
Smoothed Dirac Delta Function
Compute the Dirac delta function at point x with mesh width h
11 months 前 | 4 次下载 |
已解决
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...
1 year 前
已解决
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]
1 year 前
已解决
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...
1 year 前
已提交
cellwrite
Writes a cell array containing cells with a variable number of columns to a text file.
1 year 前 | 3 次下载 |
已提交
Cofactors (signed minors)
Calculates the co-factors of each element of a matrix
2 years 前 | 1 次下载 |
已提交
Potential Flow
Plots planar irrotational flows using the superposition principle
2 years 前 | 1 次下载 |
已提交
Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule
3 years 前 | 1 次下载 |
已提交
projectile_distance
Calculates the horizontal distance traveled by a projectile
3 years 前 | 1 次下载 |
已解决
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...
3 years 前
已提交
Richardson Extrapolation
Calculates approximation using Richardson's extrapolation
3 years 前 | 4 次下载 |
已提交
Numerical Integration using Finite Sum
Approximates an integral by a finite sum
3 years 前 | 1 次下载 |
已提交
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
3 years 前 | 41 次下载 |
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
3 years 前
已提交
Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod
3 years 前 | 1 次下载 |