
Abdelkader Hd
Statistics
6 Questions
0 Answers
RANK
98,687
of 276,211
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 18,594
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,950
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
Please How I can get the figure like in the Picture below
hello community I look to get the figure like in the picture below using contourf and Thank you clc clear all x=[]; y=[]; z...
8 months ago | 1 answer | 0
1
answerQuestion
Please How I can use meshgrid with x and y are the elements of the matrix A and plot a figure like in the picture
x = linspace(0,3); y = linspace(-2*pi,2*pi); [X,Y] = meshgrid(x,y); A=[x,2;0,y]; Z = exp(det(A)) + cos(Y); contourf(X,Y,Z) ...
8 months ago | 1 answer | 0
1
answerQuestion
Please how to give different color for each plot for this case
x = [-2:0.1:2]; a = [.5, 1, 1.3, 1.95]; figure; for i=1:length(a) z = x.*(a(i)-x.^2); plot(x,z);hold on; end
8 months ago | 1 answer | 0
1
answerQuestion
how can I plot this figures
Hi community, Please I need your help to plot the figures like in the picture below. Thanks
8 months ago | 2 answers | 0
2
answersQuestion
How to solve the Lyapunov equation with unknowns
I'd like to ask those with unknowns Lyapunov What function does the equation use The original equation is MV+VM‘=-D, The matri...
8 months ago | 1 answer | 0
1
answerQuestion
Please how to Matrix Lyapunov equation?
Hello everyone, I have one question, please can you tell me how I can solve the Matrix Lyapunov equation using Matlab or Wolfra...
1 year ago | 1 answer | 0