photo

Md Mezbah Uddin


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

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
110,997
of 301,781

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,420

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,526

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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. ...

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

7 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

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

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

8 years 前 | 1 个回答 | 0

1

个回答