Maria Raheb
Followers: 0 Following: 0
Chemistry and Applied Mathematics Student
Statistics
7 Questions
0 Answers
RANK
200,679
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Solving system of ODEs and Plotting
I am trying to graph the solution of a system of ODEs, given by function system_of_DEs = f(t,x) p = 0.5; A= 0.7; B= 0.75; C =...
4 years ago | 1 answer | 0
1
answerQuestion
2 Line Styles for A Single Plot- How to Change Plotting Styles
I've attached a picture of a plot and circled where I would like to change the solid line I circled to a different style (like a...
4 years ago | 1 answer | 0
1
answerQuestion
Global Variables and Functions
I have defined a function (right hand panel) that uses parameters B,C, and p. Is there a way I can call this function in a diffe...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting Multiple outputs from a function with multiple outputs
Hello, I am attempting to plot a bifurcation plot for a function that has multiple outputs. How do I plot A vs h1 and A vs h2...
4 years ago | 1 answer | 0
1
answerQuestion
Bifurcation Diagram of Logistic Equation -- Unnecessary Lines in Code?
clear all, close all,clc xvals=[]; for beta =0:0.01:4 beta xold = 0.5; for i = 1:2000 xnew = ((xol...
4 years ago | 1 answer | 0
1
answerQuestion
Numerical Analysis - 2nd Order Taylor Method to Solve IVP Problem With Code
function [y1] = TaylorMethod(f,inter,y0,k) t(1) = inter(1); %initial time y1(1) = y0; y2(1) = 0; %setting the initial conditio...
4 years ago | 1 answer | 0
1
answerQuestion
Plotting from a for loop- discrete maps
I'm just playing around with discrete maps (i.e. the logistic map). I seem to be having an issue plotting my data; It seems to...
4 years ago | 1 answer | 0