![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10798158_1522137475488_DEF.jpg)
Md Mezbah Uddin
Followers: 0 Following: 0
Feeds
提问
Finding area of objects
I want to find the area of the circled objects. When I binarized I got the second image. Seeking expert opinion to solve this. ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Unable to perform assignment because the left and right sides have a different number of elements. Can anyone help me with this?
clear all clc %boundary condition x1=[0 0.0069 0.1565 0.3396 0.4666 0.6004 0.7021 0.8286 0.8868 0.9165 0.9561 0.9840 1.0]; P...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to plot this second order ordinary differential equation and find the values of dy/dx and y at x=1.2?
d^2y/dx^2 + y * dy/dx = 0; initial conditions : y(@x=0)=0, y(@x=2)=1
7 years 前 | 0 个回答 | 0
0
个回答提问
How can I get y value from a y vs x curve when the derivative is 0
[t,T] = ode45(@(t,T) odefxn(t,T,K(i)),tspan,yk) I solved this ode. I have t and T values. I need the value of T when dT/dt=0 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Inverse evaluation - Find x value for a y value
x=[0 0.038 0.0785 0.168 0.272 0.395 0.539]; y=[0 0.005 0.01 0.02 0.03 0.04 0.05]; If these data are fitted to a curve, how can...
7 years 前 | 1 个回答 | 0