photo

Maria Raheb


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

Chemistry and Applied Mathematics Student

統計

MATLAB Answers

7 質問
0 回答

ランク
118,334
of 297,775

評判
0

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答