Community Profile

photo

ZAINULABADIN ZAFAR


Last seen: 7 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten