ZAINULABADIN ZAFAR - MATLAB Central
photo

ZAINULABADIN ZAFAR


Last seen: 1 month 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/18 to 03/25Use left and right arrows to move selectionFrom 12/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
188,473
of 297,775

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,513

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review

查看徽章

Feeds

排序方式:

提问


What is wrong with this code.
% disp('%% -- Aufgabe 2.2.3 -- %%'); % Gitter erzeugen [x y]=meshgrid([-2:0.05:2],0); % Differentialgleichung dx=x-x.^3; yl...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Mesh Plot (Surface Plot)
You have a system of three equations. Say dx/dt=f(x,y,z) dy/dt=g(x,y,z) dz/dt=h(x,y,z) ..... .... Finally we can have pl...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Convert R code to Matlab Code
Need help in converting R code to Matlab Code.

5 years 前 | 1 个回答 | 0

1

个回答

提问


What is wrong with this code? Need help.
Main code: clear all close all clc M = [1 0 0 0 1 0 0 0 1]; x0=[-0.5; 0.2; 0.5]; options = odeset('Mass',M,'Re...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Need Help in coding Finite Difference Method and plotting
In the attachment the system is dicretized already. Please provide the code if possible.

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve the Logistic Delay differential equation with out using dde23, ddesd, ddensd, deval functions? Need to use for loop or if condition.... Please help
%% Dx(t) = r*x(t)*(1-x(t-tau)) %% r=0.5 %% x(0)=0.85 %% If tau=0 %% Dx(t) = r*x(t)*(1-x(t)) %% r=0.5 %% x(0)=0.85 %% We...

6 years 前 | 0 个回答 | 0

0

个回答

提问


What is wrong with this code? Need help.
Main code: clear all close all clc M = [1 0 0 0 1 0 0 0 1]; x0=[-0.5; 0.2; 0.5]; options = odeset('Mass',M,'...

6 years 前 | 0 个回答 | 0

0

个回答