Mahmoud Abbas
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
202.037
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
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
showing contour values on plot
Hello, how can i show the contour values on the plot? f = @(x1,x2) exp(-0.05*x1)*sin(x1)+exp(-0.05*x2)*cos(x2); fcontour(f,[-1...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to increase number of contour lines in a plot?
Hello, could you help me make this plot have 20 controur lines and show their respective values on the plot f = @(x1,x2) (x1-...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to Revolve a 2D Profile and Make it's 3D Plot
Hello, i am trying to figure out how to revolve this profile around any axis (lets assume x=35) and make the plot in 3D. I found...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
3D Profile Extrude
Hello, could you help me make this code extrude this random profile into the z-axis and make the plot in 3D using mesh or surf? ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Extruding a 2D plot to 3D
Hello, i want to make the code extrude this curve over the range 0 to 10 units into the z-axis and i want the plot to show it in...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Simplifying a code to one matrix
%I want to make this code perform the same function but using a matrix M(x,y) instead of using 2 variables %meaning I want the ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Writing a Recursive Function
I am having trouble writing a recursive function that calculates the value of N(i,p) for example, to calculate N(0,2), I need t...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Matlab is not plotting
How to make matlab plot this (it shows an empty graph) for i=1:10 M=1+i; plot(i,M,'LineWidth',2) hold on end
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot not shown in for loop
The plot is not appearing for this simple loop for i=0:0.01:1 if i<0.5 M=1 elseif i<0.7 M=0.5 ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Plotting a cell array
I have an array 'J' that I want to plot. Each cell in the array represents the x and y coordinates of a single point. I am not s...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a function in a for loop?
n=3; for i=1:n+1 %this loop returns 4 curves, I want to plot them on a single graph f{i} = @Bezier; B=Bezier(n,i-1);...
más de 2 años hace | 1 respuesta | 0