Lemuel Carlos Ramos Arzola
PhD student at INRS, Canada
Followers: 0 Following: 0
Estadística
4 Preguntas
3 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
5.653
of 295.448
REPUTACIÓN
8
CONTRIBUCIONES
4 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
70.237
of 153.872
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 4 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 4 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 4 años hace
Help Using Newton Rhapson Method for Colebrook equation
Hello Mary, The problem is with the function: diff(h(x)) This function operates with vectors and it only computes the differe...
casi 5 años hace | 0
| aceptada
How can overlay two contour plot in a subplot?
I found this solution Z1 = peaks; Z2 = peaks.^2; ax = subplot(2,1,1); hold on contourf(Z1,'--') colorLim = ax.CLim; con...
casi 5 años hace | 1
| aceptada
Pregunta
How to set a legend with a label for two or more lines?
Hello, In the graphic legend I want to share the same label for two or more lines. For example, I have two (or more) pair of d...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How can overlay two contour plot in a subplot?
Hello, I am trying to plot and overlay two contour plots in the same figure but with some specifications. Both plots share the ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Low quality when exporting graph in emf
Hello, The problem that happens to me is divided into two parts. 1. It happens that when I export a graphic in emf vector form...
más de 5 años hace | 1 respuesta | 0
1
respuestaHow can numerically compute eigenvalues of an ordinary differential equation in MATLAB?
Hello, Thanks for the answers. I found the same problem here: https://www.mathworks.com/matlabcentral/answers/405977-singula...
casi 6 años hace | 0
| aceptada
Pregunta
How can numerically compute eigenvalues of an ordinary differential equation in MATLAB?
Hello, I need to compute (numerically) the eigenvalues (L) of this singular ODE, , subject to Is it possible to use t...
casi 6 años hace | 3 respuestas | 0