Abdelkader Hd
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
203.537
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to export clean and high resolution images for figures
Dear community, I have the figures in the format of ".fig", and when I export them in the form of ".eps", they appear a bit fog...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Plotting a Piecewise function Dg?
Hello community I look to get the figure of Dg, please verifiy if the definition of Piecewise function Dg is correct and Thank ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Please how can I writ this function in Matlab
A1=det(V33); B1=det(V44); C1=det(V34); D1=det(V3_4); %eigvalues Delta=A1+B1+2*C1; nup=sqrt(Delta+sqrt(Delta.^2-4.*det(V...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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) ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I plot this figures
Hi community, Please I need your help to plot the figures like in the picture below. Thanks
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0