Community Profile

photo

Shubham


Last seen: 1 día hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


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

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Generating random circles/ellipses inside circular domain
https://www.mathworks.com/matlabcentral/fileexchange/25389-synthetic-microstructure-generator/ I am using this code for microst...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


plotting eta v/s iteration
I want to plot eta v/s iteration I dont know how to proceed

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas