Shubham
Followers: 0 Following: 0
Statistiques
21 Questions
0 Réponses
RANG
74 601
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
21 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Non linear fitting with 3 independent variables
I have a dataset consisting of one dependent variable (K) and 3 independent variables (a, IL, Vf). I am trying to fit a function...
7 mois il y a | 2 réponses | 0
2
réponsesQuestion
Ellipsoid Mask based on user input of dimension and euler angle
Actually I am trying to generate a 3d ellipsoid mask based on the user input of semi axes and euler angles. But in my code to do...
7 mois il y a | 1 réponse | 0
1
réponseQuestion
Binary Image from 2D plot
I have wrote a code to generate an irregular shape. Now i want to convert this into a binary image in which all the points lying...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
Visualisation of non overlapping code
Following is a code which is based on a vector based approch and is used to check overlap between two ellipses. I am not able to...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Image to mesh conversion
Can I convert a image to finite element mesh in matlab. This is a circular plate with elliptical holes. Then import this mesh in...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Image processing of a binary image
I made this binary image such that a bigger circle has non overlapping random smaller circles. How can I remove those circles th...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
Solving non linear ode using ode45
I want to solve a problem of die casting where a liquid alloy contained in a crucible is pressurised by argon into a tube again...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Generating random circles/ellipses inside circular domain
https://www.mathworks.com/matlabcentral/fileexchange/25389-synthetic-microstructure-generator/ I am using this code for microst...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
Generating random non overlaping spheres inside a cylinder having certain volume fraction
DOI: http://dx.doi.org/10.13140/RG.2.2.19120.66560 This article is for 3-d synthetic microstructure generation. The code give...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
To determine response using ode45 for a time dependent forcing at specific nodes
function [qdot] = deriv(t,q,A,B) F(9,1) = 100*sin(100*t); % There are total 7 nodes (4 dof at each node). I want to ...
environ 3 ans il y a | 1 réponse | 0
0
réponseQuestion
FRF using Fast Fourier transform
As to plot FRF(output) using FFT we plot cross(xf)/auto(ff) v/s frequency. The to plot the Frequency response of input force wha...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
numerical integration to obtain response using convolution
%% Question - I have to integrate this expression symbollically such that the final answer is a function of ta %% because I hav...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Numerical integration to find response
%% Question - I have to integrate this expression symbollically such that the final answer is a function of ta %% because I hav...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
Response to an impulse(delta dirac)
This is my question there is a spring mass damper system.....hit by a step input at t=0 of magnitude 20N for 2 sec.....I know th...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
system of ode plotting solution
function qdot = vdPav(t,q) Delta= -2; F= 1; epsilon = 0.1; qdot = [epsilon((1/2)*q(1)-(1/8)*q(1)^3+(1/2)*Delta*q(2)-(1/8)*q(...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Perimeter by adding distance
I have two arrays [x] and [y] (contains values corresponding to x)..I plot the values it resulted in a closed curve now the ques...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
solving non linear equation using fsolve
function F = root2d(phi) F = zeros(2,1); F(1) = (pi*sin((pi*(phi(1) + theta_n))/180)*cos((pi*phi(2))/180)*(cos((pi*theta_n)/...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
solving set of non linear equation
Problem : to find the values of phi(1) and phi(2) by solving the non linear set of eqn ......I am getting error PS : hal...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
plotting eta v/s iteration
I want to plot eta v/s iteration I dont know how to proceed
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Symbolic plotting of Fourier integral
<</matlabcentral/answers/uploaded_files/504473/IMG_20210130_212723.jpg>> I want to plot M/P×a v/s (x/a) there are no values ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to extract value at a given time in ode 45
I have solved an ode numerically for tspan [0 5] so an array is created for values of x at different t. The question is hoe c...
presque 4 ans il y a | 2 réponses | 0