photo

Mohammad Sh


Last seen: 12 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to calculate velocity of ink (as velocity vectors) with image processing
Hi how can I calculate velocity of ink diffution (as velocity vectors) with image processing I attached some screenshots of my ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve two differential equations
I wrote this to solve two differential equations but does'nt work clc clear syms B(t) S(t) K=0.000001; k=0.3; DB=diff(B); ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Runge-Kutta 4th order method for two variable
clc clear syms x1 x2 a=3; b=5; c=7; d=2; t(1)=0; X1(1)=1; X2(1)=-1; TG=5; n=100; h=(TG-t(1))/n; fx1=inline(x2); fx...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Extract the degree of symbols
Hi How can I extract the degree of symbols from an equation, for example my equation is ' eq=x^2/y^3 ' and I want and command t...

3 years 前 | 1 个回答 | 0

1

个回答