ZAINULABADIN ZAFAR
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年弱 前 | 1 件の回答 | 0
1
回答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年 前 | 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年 前 | 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年弱 前 | 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年弱 前 | 0 件の回答 | 0