photo

Mohammad Sh


Last seen: 8 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
91,346
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer