
UserCJ
MATLAB
Spoken Languages:
English
Statistics
8 Questions
0 Answers
RANK
201,018
of 273,364
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 18,455
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,784
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
Content Feed
Question
Legend colours are different from the plot
I'm trying to create a plot for different values with respect to and for a function() when . I'm also creating the legend i...
4 months ago | 2 answers | 0
2
answersQuestion
Plot dynamics of an ODE
I have an ODE and I need to plot with respect to and varying . Following is the sample plot required. I managed to dra...
5 months ago | 1 answer | 0
1
answerQuestion
Plot level curves and projections as a contour
I have created a surface plot for the function and as follows: close all clear all N1 = 10; N2 = 10; x1 = linspace(-1,1,N...
9 months ago | 1 answer | 0
1
answerQuestion
Plot 4D function with respect to two variables and a parameter
There is a differential equation . I would like to change the value of parameter value of A from to and plot against and as ...
9 months ago | 1 answer | 0
1
answerQuestion
Plot differential equations with respect to two variables in a 3d plane
I have a system of three differential equations and coded as follows. I have a seperate function "first_term.m" to create the ...
9 months ago | 2 answers | 0
2
answersQuestion
Drawing phase plane diagram of a system of 3 coupled odes - MATLAB
I have a system of 3 coupled odes and this is how I solve the system. Tend = 100; Nt = 100; % Define RHS functions RHS = @(...
11 months ago | 1 answer | 0
1
answerQuestion
Adding delay to a system of differential equations using the Heaviside function
I have a system of differential equations which discribes a certain scenario of drug administration. I want to model the this dr...
11 months ago | 1 answer | 0
1
answerQuestion
Calculate steady state of a system of non-linear odes
I'm trying to solve a system of non linear odes in Matlab as follows. editparams %parameters Tend = 50; Nt = 100...
11 months ago | 0 answers | 0