siddharth tripathi - MATLAB Central
photo

siddharth tripathi


Pilani Student

自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB AnswersThingSpeakFrom 06/17 to 04/25Use left and right arrows to move selectionFrom 06/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 个提问
0 个回答

ThingSpeak

2 公开的 个频道

排名
19,643
of 298,264

声誉
2

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
2 公开的 个频道

平均
40

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

频道


Today
Hello

7 years 前

频道


final

7 years 前

提问


Need help with differential equations , getting error that "free variable must be used in vars"
I am trying to solve the equations : du/dt = k1*s - k2*v*u dv/dt = k3*s - k4*u*v For this i followed the code : syms...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Getting an error solving differential equation "free variable must be included in vars"
Hi. I am trying to solve the equations : du/dt = k1*s - k2*u*v dv/dt = k3*s - k4*v where s = floor(t/4) Now i wrote the ...

8 years 前 | 1 个回答 | 1

1

个回答

提问


Explicit solution could not be found.. > In dsolve at 194
here is my code : >>sums u(t) v(t) >>ode1= diff(u)==u^2/v - u >>ode2= diff(v) == u^2-v >>odes=[ode1;ode2]

8 years 前 | 2 个回答 | 1

2

个回答