ZAINULABADIN ZAFAR - MATLAB Central
photo

ZAINULABADIN ZAFAR


Last seen: 20 dagen ago Active since 2018

Followers: 0   Following: 0

Statistics

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 Questions
0 Answers

RANK
136.218
of 297.547

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 20.454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.122

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Question


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

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers