YOUSSEF El MOUSSATI - MATLAB Central
photo

YOUSSEF El MOUSSATI


Last seen: 2 months 前 自 2023 起处于活动状态

Followers: 0   Following: 1

统计学

MATLAB AnswersFrom 11/23 to 04/25Use left and right arrows to move selectionFrom 11/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
189,586
of 298,204

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,548

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,571

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Explorer

查看徽章

Feeds

排序方式:

提问


How I cant Plot the Spectrum of Lyapunov exponents of system versus the parameter c∈ [0, 200], with a = 10, b = 28 ?
Greetings, all. I trust you're doing well. My intention is to generate a spectrum depicting the Lyapunov exponents of the system...

12 months 前 | 1 个回答 | 0

1

个回答

提问


I want to plot the bifurcation diagram of forced Duffing oscillations versus excitation frequency such as for Logistic Map ?
code for Logistic Map : clear; clc; % Parameters N = 1000; % Number of iterations mu_range = linspace(0, 4, 1000); % Range...

1 year 前 | 0 个回答 | 0

0

个回答

提问


plotting the bifurcation diagram of Duffing oscillations in the (x1, omega) plane?
function dx = duffing(t,x); global alpha delta beta F omega dx=[x(2); -delta*x(2)-alpha*x(1)-beta*x(1)^3+F*cos(x(3)); ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Would you like guidance on how to plot the Bifurcation diagram of the van der Pol–Mathieu–Duffing oscillator against the excitation frequency Omega around principal parametric
EQ1=diff(x(t), t, t)+(-alpha+beta*x(t)^2)*(diff(x(t), t))+(omega[0]^2-mu*cos(2*Omega*t))*(x(t)+lambda*x(t)^3) = 0; with : al...

1 year 前 | 0 个回答 | 0

0

个回答

提问


How can I link all the solutions (link between the blue lines)?
clear all ; syms V omega xi = 0.2; gamma = 0.3; chi = 0.1e-1; lambda =1; eta = 1; alpha =0.7; beta = 0.1; % omega...

1 year 前 | 1 个回答 | 0

1

个回答

0

个回答

提问


I drew this curve, using the code below. How can I remain only on the line with circles above it?
% Define symbolic variables syms a omega % Given parameters omega_n =1; mu = 0.1...

1 year 前 | 1 个回答 | 0

1

个回答

提问


what's the relation between A , B and M,G for this Nonlinear system of equation ?
A*sin(3*Phi)-B*sin(Phi) = G ; A*cos(3*Phi)-B*cos(Phi) = M ;

1 year 前 | 2 个回答 | 0

2

个回答

提问


what is the relationship between R and R1 and R3 for R.cos(wt+β)=R1.cos(wt+β)+R3.cos(3wt+3β)
With R =squrt(R1^2+R3^2) for R.cos(wt+β)=R1.cos(wt+β)+R3.cos(wt+β)

1 year 前 | 1 个回答 | 0

1

个回答

提问


I have a problem with the convergence of fsolve ?
I am encountering convergence issues with the Newton-Raphson method implemented using the fsolve function in MATLAB. Despite pro...

1 year 前 | 4 个回答 | 0

4

个回答