photo

Iqbal Batiha


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
2 个回答

排名
156,649
of 301,809

声誉
0

贡献数
3 个提问
2 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,414

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,674

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Could anyone help me in fixing the problem in my code for solving the initial value problem numerically: y'=y^2, y(0)=1?
clc; close all; clear all; syms w wp wpp wppp % Define the differential equation: y' = y^2, y(0)=1, t in [0,1) f = @(t...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
I have a problem in plotting ilaplace!!
Hello Manas Thanks a lot for reply. Maybe the problem lies on Symbolic toolbox!! Could you please help me in this matter?

3 years 前 | 0

已回答
I have a problem in plotting ilaplace!!
Hello dear Dyuman Joshi, Thanks a lot for your quick reply... It seems that all the matter depends on Symbolic toolbox!! So, ho...

3 years 前 | 0

提问


I have a problem in plotting ilaplace!!
I have a problem in plotting ilaplace!! Any help? clear, clc; syms s t C11=-0.0564834; C12= 0.249474; C21= -1.22098; ...

3 years 前 | 3 个回答 | 0

3

个回答

提问


Matrix dimensions must agree.
I have an error in the following code. Could anyone help me to correct it? clear, clc; aeta=0; beta=0.75; d=0; eps=0.0006...

6 years 前 | 0 个回答 | 0

0

个回答