photo

Md Mezbah Uddin


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

1

个回答